Skip to content

Commit 458214b

Browse files
committed
spelling: remaining
1 parent e9a1b75 commit 458214b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v1/internal/buf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,14 @@ class BaseBuffer
314314
}
315315

316316
/**
317-
* Get remaning
317+
* Get remaining
318318
*/
319319
remaining () {
320320
return this.length - this.position;
321321
}
322322

323323
/**
324-
* Has remaning
324+
* Has remaining
325325
*/
326326
hasRemaining () {
327327
return this.remaining() > 0;

0 commit comments

Comments
 (0)