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 e9a1b75 commit 458214bCopy full SHA for 458214b
src/v1/internal/buf.js
@@ -314,14 +314,14 @@ class BaseBuffer
314
}
315
316
/**
317
- * Get remaning
+ * Get remaining
318
*/
319
remaining () {
320
return this.length - this.position;
321
322
323
324
- * Has remaning
+ * Has remaining
325
326
hasRemaining () {
327
return this.remaining() > 0;
0 commit comments