Rollup merge of #22719 - steveklabnik:typo_fix, r=alexcrichton

This commit is contained in:
Manish Goregaokar 2015-02-24 07:13:41 +05:30
commit 9ed6c33391

View File

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