Fix typo in stdlib docs.

This commit is contained in:
Lindsey Kuper 2011-11-30 03:54:32 -05:00
parent 777c3584b9
commit 586a685eec

@ -98,7 +98,7 @@ fn init_fn<T>(op: init_op<T>, n_elts: uint) -> [T] {
// TODO: Remove me once we have slots.
/*
Function: init_fn
Function: init_fn_mut
Creates and initializes a mutable vector.