Skip to content

Commit eee4765

Browse files
base/test.jl: fix typo [skip ci]
1 parent 29ff301 commit eee4765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/test.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ is a call using infix syntax such as approximate comparisons:
239239
@test a ≈ b atol=ε
240240
241241
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
242+
It is an error to supply more than one expression unless the first
243243
is a call expression and the rest are assignments (`k=v`).
244244
"""
245245
macro test(ex, kws...)

0 commit comments

Comments
 (0)