Skip to content

Commit 64a8566

Browse files
committed
---
yaml --- r: 12183 b: refs/heads/master c: 1446534 h: refs/heads/master i: 12181: fc223d8 12179: 38380b4 12175: 23efc09 v: v3
1 parent dc798fb commit 64a8566

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 56273e3036ee192d92d364b05f6f7ade460430b8
2+
refs/heads/master: 1446534271f01d38ff021cb7f92eb79551f1227b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/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)