Skip to content

Commit 455faac

Browse files
committed
Fix formatting.
1 parent 59bacfd commit 455faac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/indexmap.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,9 +1169,9 @@ where
11691169
self.core.retain_in_order(move |k, v| f(k, v));
11701170
}
11711171

1172-
/// Shortens the map, keeping the first len elements and dropping the rest.
1172+
/// Shortens the map, keeping the first `len` elements and dropping the rest.
11731173
///
1174-
/// If len is greater than the maps current length, this has no effect.
1174+
/// If `len` is greater than the map's current length, this has no effect.
11751175
///
11761176
/// Computes in *O*(1) time (average).
11771177
///

0 commit comments

Comments
 (0)