Skip to content

Commit f474cfa

Browse files
Merge pull request #753 from lukketotte/patch-1
Grammar fix in error message on types.jl
2 parents 5fc900e + d8e4aed commit f474cfa

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)