mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 15:00:03 +00:00
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.