From 586a685eecd7786679e93cf0040a0558f47877da Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Wed, 30 Nov 2011 03:54:32 -0500 Subject: [PATCH] Fix typo in stdlib docs. --- src/lib/vec.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.