mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-07 04:14:19 +00:00
manual: typo
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user