rust/library/core
Dylan DPC 99f411d438
Rollup merge of #83270 - steffahn:missing_word_in_skip_while_doc, r=joshtriplett
Fix typo/inaccuracy in the documentation of Iterator::skip_while

One of the examples used to say “this leads to a possibly confusing situation, where the type of the closure is a double reference” while _actually_ referring to the type of the closure _argument_.

This PR just changes a single word in documentation.

`````@rustbot````` modify labels: A-iterators, T-doc, T-lang
2021-03-19 15:03:29 +01:00
..
benches Auto merge of #81358 - mcastorina:to-upper-lower-speed, r=joshtriplett 2021-03-17 11:17:18 +00:00
src Rollup merge of #83270 - steffahn:missing_word_in_skip_while_doc, r=joshtriplett 2021-03-19 15:03:29 +01:00
tests Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nikomatsakis 2021-03-10 08:01:25 +09:00
Cargo.toml