Skip to content

Commit d8e4aed

Browse files
authored
Grammar fix in error message on types.jl
Grammar fixes: a -> an, added 'any'
1 parent 6dfd06b commit d8e4aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ end
9292

9393
# Same but different error messages
9494
@noinline error_on_type() = error("Internal error: unreachable reached!")
95-
@noinline error_sym() = error("Sym doesn't have a operation or arguments!")
95+
@noinline error_sym() = error("Sym doesn't have an operation or any arguments!")
9696
@noinline error_property(E, s) = error("$E doesn't have field $s")
9797

9898
# We can think about bits later

0 commit comments

Comments
 (0)