mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 22:34:19 +00:00
Improve wording of `map_or_else` docs Changes doc text to refer to the "default" parameter as the "default" function. Previously, the doc text referred to the "f" parameter as the "default" function; and the "default" parameter as the "fallback" function.