mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
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.