Skip to content

Commit

Permalink
subsequen -> subsequent
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff authored Jun 23, 2019
1 parent f550a42 commit 018dde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 018dde9

Please sign in to comment.