Skip to content

Commit 591a28e

Browse files
authored
Update from.js
1 parent 40f4568 commit 591a28e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

from.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class BlobDataItem {
2727
this.mtime = options.mtime;
2828
}
2929

30-
// Slicing arguments is validated and formated
31-
// by Blob.prototype.slice
30+
// Slicing arguments is first validated and formated
31+
// to not be out of range by Blob.prototype.slice
3232
slice(start, end) {
3333
return new BlobDataItem({
3434
path: this.path,

0 commit comments

Comments
 (0)