mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
c3d1be7c7f
Fix `slice::first_mut` docs Changes `pointer` to `reference` since that's the actual type it returns. `slice::last_mut` does correctly say "reference"