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 e355c2e commit 3c06ee4Copy full SHA for 3c06ee4
src/function/maybe_changed_after.rs
@@ -379,7 +379,7 @@ where
379
// However, we've to be careful to skip over fixpoint initial values:
380
// 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.
+ // has obviously not completed its iteration yet.
383
//
384
// This should be rare but the `cycle_panic` test fails on some platforms (mainly GitHub actions)
385
// without this check. What happens there is that:
0 commit comments