File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ a function from traced arguments, leading to a traced condition.
124124
125125In addition to conditional evaluations, [ ` @trace ` ] ( @ref ) also supports capturing
126126loops. This is possible in the form of both for and while loops.
127- This enables one to write algorithm that would not be possible otherwise such as
127+ This enables one to write algorithms that would not be possible otherwise such as
128128performing computations until convergence or running a computation for an certain
129129number of iterations which is only known during runtime.
130130
@@ -188,6 +188,6 @@ This implementation runs the algorithm until convergence (the transport plan has
188188
189189!!! warning "Current limitations"
190190
191- This is currently not allowed to include mutations as part of the while loop condition.
191+ It is currently not allowed to include mutations as part of the while loop condition.
192192
193193 The for loop tracing does not support any arbitrary iterable. It supports integer ranges.
You can’t perform that action at this time.
0 commit comments