Skip to content

Commit 1c5ee9b

Browse files
committed
Cleaned up whitespace
1 parent a88107f commit 1c5ee9b

File tree

1 file changed

+4
-4
lines changed
  • library/std/src/collections

1 file changed

+4
-4
lines changed

library/std/src/collections/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@
7979
//! see each type's documentation, and note that the names of actual methods may
8080
//! differ from the tables below on certain collections.
8181
//!
82-
//! Throughout the documentation, we will adhere to the following conventions for
83-
//! operation notation:
82+
//! Throughout the documentation, we will adhere to the following conventions for
83+
//! operation notation:
8484
//!
8585
//! * The collection's size is denoted by `n`.
86-
//! * If a second collection is involved, it's size is denoted by `m`.
86+
//! * If a second collection is involved, it's size is denoted by `m`.
8787
//! * Item indices are denoted by `i`.
88-
//! * Operations which have an *amortized* cost are suffixed with a `*`.
88+
//! * Operations which have an *amortized* cost are suffixed with a `*`.
8989
//! * Operations with an *expected* cost are suffixed with a `~`.
9090
//!
9191
//! Calling operations that add to a collection will occasionally require a

0 commit comments

Comments
 (0)