Skip to content

Commit 0e3c088

Browse files
committed
Fix another typo.
1 parent 51e2c18 commit 0e3c088

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plans/stopping_criterion.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ has indicated to stop for `n` (consecutive) times
13011301
13021302
Create a stopping criterion that indicates to stop when the `criterion` has indicated to stop
13031303
`n` times (consecutively, if `consecutive=true` for the first constructor).
1304-
Note that the cross product is in general noncommutative, and here only the order `sc × n`` is possible.
1304+
Note that the cross product is in general noncommutative, and here only the order `sc × n` is possible.
13051305
13061306
# Examples
13071307

0 commit comments

Comments
 (0)