doc: add missing space
This commit is contained in:
parent
e4e93196e1
commit
02ae661cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -946,7 +946,7 @@ impl<T> VecDeque<T> {
|
|||
/// let mut buf = VecDeque::new();
|
||||
/// buf.push_back(10);
|
||||
/// buf.push_back(12);
|
||||
/// buf.insert(1,11);
|
||||
/// buf.insert(1, 11);
|
||||
/// assert_eq!(Some(&11), buf.get(1));
|
||||
/// ```
|
||||
pub fn insert(&mut self, i: usize, t: T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue