diff --git a/src/lib/vec.rs b/src/lib/vec.rs index 896a3f9e6aa..d8f89b3b27b 100644 --- a/src/lib/vec.rs +++ b/src/lib/vec.rs @@ -98,7 +98,7 @@ fn init_fn(op: init_op, n_elts: uint) -> [T] { // TODO: Remove me once we have slots. /* -Function: init_fn +Function: init_fn_mut Creates and initializes a mutable vector.