diff --git a/src/macros.jl b/src/macros.jl index 7e022c1..35a74d6 100644 --- a/src/macros.jl +++ b/src/macros.jl @@ -192,7 +192,7 @@ end """ A do-while loop – executes the while loop once regardless of the -condition, then tests the condition before subsequen iterations. +condition, then tests the condition before subsequent iterations. """ macro oncethen(expr::Expr) @assert expr.head == :while