summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/manual/type_rel.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/type_rel.txt b/doc/manual/type_rel.txt
index 434d6b030..d62cf65c3 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.