We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0404c83 + 670a4d6 commit 2e51007Copy full SHA for 2e51007
src/liballoc/vec.rs
@@ -1260,7 +1260,7 @@ impl<T> Vec<T> {
1260
/// This method uses a closure to create new values on every push. If
1261
/// you'd rather [`Clone`] a given value, use [`resize`]. If you want
1262
/// to use the [`Default`] trait to generate values, you can pass
1263
- /// [`Default::default()`] as the second argument..
+ /// [`Default::default()`] as the second argument.
1264
///
1265
/// # Examples
1266
0 commit comments