Skip to content

Commit f9225e6

Browse files
MichaReiserVeykril
andauthored
Update src/function/maybe_changed_after.rs
Co-authored-by: Lukas Wirth <me@lukaswirth.dev>
1 parent aa7b6aa commit f9225e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/function/maybe_changed_after.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ where
377377
// check if the latest memo has the same iteration count.
378378

379379
// 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`
380+
// If the head is the memo we're trying to validate, always return `None`
381381
// to force a re-execution of the query. This is necessary because the query
382382
// has obvioulsy not completed its iteration yet.
383383
//

0 commit comments

Comments
 (0)