From 018dde9fa4b699f0d6e123088a1f48ba8cb1c0ac Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Sun, 23 Jun 2019 15:31:33 -0400 Subject: [PATCH] subsequen -> subsequent --- src/macros.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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