We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ff301 commit eee4765Copy full SHA for eee4765
base/test.jl
@@ -239,7 +239,7 @@ is a call using infix syntax such as approximate comparisons:
239
@test a ≈ b atol=ε
240
241
This is equivalent to the uglier test `@test ≈(a, b, atol=ε)`.
242
-It is an error or supply more than one expression unless the first
+It is an error to supply more than one expression unless the first
243
is a call expression and the rest are assignments (`k=v`).
244
"""
245
macro test(ex, kws...)
0 commit comments