Skip to content

Commit

Permalink
Fix typo in unbound_args.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly authored Oct 17, 2023
1 parent 8b5f214 commit 9d566bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unbound_args.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Test that all methods in `module` and its submodules do not have
unbound type parameters. An unbound type parameter is a type parameter
with a `where`, that does not occurr in the signature of some dispatch
with a `where`, that does not occur in the signature of some dispatch
of the method.
# Keyword Arguments
Expand Down

0 comments on commit 9d566bf

Please sign in to comment.