Skip to content

Commit

Permalink
Merge pull request #108 from JeffreySarnoff/jas/typo
Browse files Browse the repository at this point in the history
subsequen -> subsequent
  • Loading branch information
pfitzseb authored Jun 23, 2019
2 parents f550a42 + 018dde9 commit bc35892
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 bc35892

Please sign in to comment.