@@ -1194,7 +1194,7 @@ impl<T, A: Allocator + Clone> BTreeSet<T, A> {
11941194 /// gap before the smallest element greater than `x`.
11951195 ///
11961196 /// Passing `Bound::Unbounded` will return a cursor pointing to the
1197- /// gap before the smallest element in the map .
1197+ /// gap before the smallest element in the set .
11981198 ///
11991199 /// # Examples
12001200 ///
@@ -1237,7 +1237,7 @@ impl<T, A: Allocator + Clone> BTreeSet<T, A> {
12371237 /// gap before the smallest element greater than `x`.
12381238 ///
12391239 /// Passing `Bound::Unbounded` will return a cursor pointing to the
1240- /// gap before the smallest element in the map .
1240+ /// gap before the smallest element in the set .
12411241 ///
12421242 /// # Examples
12431243 ///
@@ -1280,7 +1280,7 @@ impl<T, A: Allocator + Clone> BTreeSet<T, A> {
12801280 /// gap after the greatest element smaller than `x`.
12811281 ///
12821282 /// Passing `Bound::Unbounded` will return a cursor pointing to the
1283- /// gap after the greatest element in the map .
1283+ /// gap after the greatest element in the set .
12841284 ///
12851285 /// # Examples
12861286 ///
@@ -1323,7 +1323,7 @@ impl<T, A: Allocator + Clone> BTreeSet<T, A> {
13231323 /// gap after the greatest element smaller than `x`.
13241324 ///
13251325 /// Passing `Bound::Unbounded` will return a cursor pointing to the
1326- /// gap after the greatest element in the map .
1326+ /// gap after the greatest element in the set .
13271327 ///
13281328 /// # Examples
13291329 ///
0 commit comments