Skip to content

Commit c2f4827

Browse files
committed
Fix comment
1 parent 439c884 commit c2f4827

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)