mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 21:43:59 +00:00
Fix `slice::first_mut` docs Changes `pointer` to `reference` since that's the actual type it returns. `slice::last_mut` does correctly say "reference"