mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 09:45:30 +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"