Skip to content

Commit 586a685

Browse files
committed
Fix typo in stdlib docs.
1 parent 777c358 commit 586a685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/vec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ fn init_fn<T>(op: init_op<T>, n_elts: uint) -> [T] {
9898

9999
// TODO: Remove me once we have slots.
100100
/*
101-
Function: init_fn
101+
Function: init_fn_mut
102102
103103
Creates and initializes a mutable vector.
104104

0 commit comments

Comments
 (0)