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 d4324f6 commit 4fed7bbCopy full SHA for 4fed7bb
src/function.rs
@@ -116,7 +116,7 @@ pub trait Configuration: Any {
116
/// query becomes the outermost cycle head after a nested cycle complete a few iterations. In this case,
117
/// `iteration` continues from the nested cycle's iteration count rather than resetting to zero.
118
/// * **Non-contiguous values**: The iteration count can be non-contigious for cycle heads
119
- /// that are only conditionally part of a cycle.
+ /// that are only conditionally part of a cycle.
120
fn recover_from_cycle<'db>(
121
db: &'db Self::DbView,
122
id: Id,
0 commit comments