Skip to content

Commit 0a17764

Browse files
committed
Added note that method names in tables may differ from actual collections
1 parent 7d31197 commit 0a17764

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/collections/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
//!
9090
//! Choosing the right collection for the job requires an understanding of what each collection
9191
//! is good at. Here we briefly summarize the performance of different collections for certain
92-
//! important operations. For further details, see each type's documentation.
92+
//! important operations. For further details, see each type's documentation, and note that the
93+
//! names of actual methods may differ from the tables below on certain collections.
9394
//!
9495
//! Throughout the documentation, we will follow a few conventions. For all operations,
9596
//! the collection's size is denoted by n. If another collection is involved in the operation, it

0 commit comments

Comments
 (0)