Skip to content

Commit 19e6695

Browse files
committed
fix typo in comment
1 parent e0098a5 commit 19e6695

File tree

1 file changed

+1
-1
lines changed
  • library/alloc/src/collections/vec_deque

1 file changed

+1
-1
lines changed

library/alloc/src/collections/vec_deque/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,7 @@ impl<T, A: Allocator> VecDeque<T, A> {
21522152

21532153
self.head = tail;
21542154
} else {
2155-
// ´free` is smaller than both `head_len` and `tail_len`.
2155+
// `free` is smaller than both `head_len` and `tail_len`.
21562156
// the general algorithm for this first moves the slices
21572157
// right next to each other and then uses `slice::rotate`
21582158
// to rotate them into place:

0 commit comments

Comments
 (0)