mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
9d23c320e4
fix typo in btree/vec doc: Self -> self this pr fixes #92345 the documentation refers to the object the method is called for, not the type, so it should be using the lower case self.