]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc/collections/vec_deque.rs
Fix doc link errors
[rust.git] / src / liballoc / collections / vec_deque.rs
index a3b61f1f4a5892fa436fcde9d34d96a4b611a579..2f50234b6d58243ad75d6f089ae003bf09fdbfe3 100644 (file)
@@ -73,7 +73,7 @@ pub struct VecDeque<T> {
 /// It produces the following sequence of matching slices:
 ///
 /// ([0 1], [a b])
-/// ([2], [c])
+/// (\[2\], \[c\])
 /// ([3 4], [d e])
 ///
 /// and the uneven remainder of either A or B is skipped.