We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d39d33 commit 67efabeCopy full SHA for 67efabe
src/function/maybe_changed_after.rs
@@ -377,7 +377,7 @@ where
377
// check if the latest memo has the same iteration count.
378
379
// However, we've to be careful to skip over fixpoint initial values:
380
- // If the head is the memoy we're trying to validate, always return `None`
+ // If the head is the memo we're trying to validate, always return `None`
381
// to force a re-execution of the query. This is necessary because the query
382
// has obvioulsy not completed its iteration yet.
383
//
0 commit comments