Skip to content

Commit 3c06ee4

Browse files
MichaReisercarljm
andauthored
Update src/function/maybe_changed_after.rs
Co-authored-by: Carl Meyer <carl@astral.sh>
1 parent e355c2e commit 3c06ee4

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
@@ -379,7 +379,7 @@ where
379379
// However, we've to be careful to skip over fixpoint initial values:
380380
// 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
382-
// has obvioulsy not completed its iteration yet.
382+
// has obviously not completed its iteration yet.
383383
//
384384
// This should be rare but the `cycle_panic` test fails on some platforms (mainly GitHub actions)
385385
// without this check. What happens there is that:

0 commit comments

Comments
 (0)