Skip to content

Commit fb3d3bd

Browse files
authored
Fix typo in unbound_args.jl (#217)
1 parent 8b5f214 commit fb3d3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unbound_args.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Test that all methods in `module` and its submodules do not have
55
unbound type parameters. An unbound type parameter is a type parameter
6-
with a `where`, that does not occurr in the signature of some dispatch
6+
with a `where`, that does not occur in the signature of some dispatch
77
of the method.
88
99
# Keyword Arguments

0 commit comments

Comments
 (0)