mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
Fix Spelling Mistake In Rust Language
It's [`VecDeque`](https://doc.rust-lang.org/std/collections/struct.VecDeque.html), not `VeqDeque`. :)
This commit is contained in:
parent
e4b3e6a881
commit
17767b3a50
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
"<'a>",
|
||||
"map",
|
||||
"BTreeMap",
|
||||
"VeqDeque",
|
||||
"VecDeque",
|
||||
"LinkedList",
|
||||
"HashSet",
|
||||
"&'static",
|
||||
|
|
Loading…
Reference in a new issue