mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-21 15:15:30 -04: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.