Skip to content

Commit 1049e88

Browse files
committed
Static and dynamic dispatch: missing word
1 parent dcc6ce2 commit 1049e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/trpl/static-and-dynamic-dispatch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ dynamic dispatch is sometimes more efficient.
9292

9393
However, the common case is that it is more efficient to use static dispatch,
9494
and one can always have a thin statically-dispatched wrapper function that does
95-
a dynamic, but not vice versa, meaning static calls are more flexible. The
96-
standard library tries to be statically dispatched where possible for this
95+
a dynamic dispatch, but not vice versa, meaning static calls are more flexible.
96+
The standard library tries to be statically dispatched where possible for this
9797
reason.
9898

9999
## Dynamic dispatch

0 commit comments

Comments
 (0)