diff --git a/doc/src/manual/types.md b/doc/src/manual/types.md index 8a2b5ab1d4a5b..594be0b333f74 100644 --- a/doc/src/manual/types.md +++ b/doc/src/manual/types.md @@ -247,8 +247,8 @@ default method by many combinations of concrete types. Thanks to multiple dispat has full control over whether the default or more specific method is used. An important point to note is that there is no loss in performance if the programmer relies on -a function whose arguments are abstract types, because it is recompiled for each tuple of argument -concrete types with which it is invoked. (There may be a performance issue, however, in the case +a function whose arguments are abstract types, because it is recompiled for each tuple of concrete +argument types with which it is invoked. (There may be a performance issue, however, in the case of function arguments that are containers of abstract types; see [Performance Tips](@ref man-performance-abstract-container).) ## Primitive Types