Skip to content

Commit

Permalink
Fixed a minor typo in the docs. (#22260)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcawte authored and ararslan committed Jun 7, 2017
1 parent 285ec1f commit 45c1568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Whoa there, Nelly.
```

This catch-all is less specific than any other possible method definition for a pair of parameter
values, so it is only be called on pairs of arguments to which no other method definition applies.
values, so it is only to be called on pairs of arguments to which no other method definition applies.

Although it seems a simple concept, multiple dispatch on the types of values is perhaps the single
most powerful and central feature of the Julia language. Core operations typically have dozens
Expand Down

0 comments on commit 45c1568

Please sign in to comment.