Skip to content

Commit 91ced65

Browse files
committed
---
yaml --- r: 15189 b: refs/heads/try c: 1446534 h: refs/heads/master i: 15187: 2df6433 v: v3
1 parent e950cad commit 91ced65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 56273e3036ee192d92d364b05f6f7ade460430b8
5+
refs/heads/try: 1446534271f01d38ff021cb7f92eb79551f1227b
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/libcore/vec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pure fn same_length<T, U>(xs: [const T], ys: [const U]) -> bool {
101101
}
102102

103103
#[doc = "
104-
Reserves capacity for `n` elements in the given vector.
104+
Reserves capacity for exactly `n` elements in the given vector.
105105
106106
If the capacity for `v` is already equal to or greater than the requested
107107
capacity, then no action is taken.

0 commit comments

Comments
 (0)