We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01b095 commit 004b3d6Copy full SHA for 004b3d6
src/implementation/Deque.js
@@ -20,7 +20,7 @@ Deque.prototype.len = function () {
20
* @return {Number}
21
*/
22
Deque.prototype.capacity = function () {
23
- throw new NotImplementedError('capcity');
+ throw new NotImplementedError('capacity');
24
};
25
26
/**
0 commit comments