Skip to content

Commit

Permalink
doc: fix incorrect wordings on sentence (JuliaLang#47054)
Browse files Browse the repository at this point in the history
  • Loading branch information
udohjeremiah committed Oct 7, 2022
1 parent 8d783ef commit f1b05c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/manual/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1b05c1

Please sign in to comment.