manual: typo

This commit is contained in:
Andreas Rumpf
2016-02-06 15:29:09 +01:00
parent bf6e0ad01a
commit db4b9b1bdd

View File

@@ -191,7 +191,7 @@ Overloading resolution
In a call ``p(args)`` the routine ``p`` that matches best is selected. If
multiple routines match equally well, the ambiguity is reported at compiletime.
Every arg in args needs to match. There are multiple different category how an
Every arg in args needs to match. There are multiple different categories how an
argument can match. Let ``f`` be the formal parameter's type and ``a`` the type
of the argument.