mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
6702f20ca7
reword Option::as_ref and Option::map examples The description for the examples of `Option::as_ref` and `Option::map` imply that the example is only doing type conversion, when it is actually finding the length of a string. Changes the wording to imply that some operation is being run on the value contained in the `Option` closes #104476