mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
eca2531155
Fix typo in `String::try_reserve_exact` docs Copying the pattern from `Vec::try_reserve_exact` and `String::try_reserve`, it looks like this doc comment is intending to refer to the currently-being-documented function.