From db4b9b1bdd3309ef8382ff1eda529f8634b12a33 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sat, 6 Feb 2016 15:29:09 +0100 Subject: [PATCH] manual: typo --- doc/manual/type_rel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/type_rel.txt b/doc/manual/type_rel.txt index 434d6b0305..d62cf65c32 100644 --- a/doc/manual/type_rel.txt +++ b/doc/manual/type_rel.txt @@ -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.