Skip to content

Commit 9ed6c33

Browse files
committed
Rollup merge of rust-lang#22719 - steveklabnik:typo_fix, r=alexcrichton
2 parents 05d9999 + 1049e88 commit 9ed6c33

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
@@ -93,8 +93,8 @@ dynamic dispatch is sometimes more efficient.
9393

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

100100
## Dynamic dispatch

0 commit comments

Comments
 (0)