Skip to content

Commit 0521336

Browse files
committed
Updating a comment
1 parent cc2ad7a commit 0521336

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/filesize.es6.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function filesize (arg, descriptor = {}) {
9494
result[0] = -result[0];
9595
}
9696

97-
// Applying custom suffix
97+
// Applying custom symbol
9898
result[1] = symbols[result[1]] || result[1];
9999

100100
// Returning Array, Object, or String (default)

lib/filesize.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
result[0] = -result[0];
109109
}
110110

111-
// Applying custom suffix
111+
// Applying custom symbol
112112
result[1] = symbols[result[1]] || result[1];
113113

114114
// Returning Array, Object, or String (default)

lib/filesize.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/filesize.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function filesize (arg, descriptor = {}) {
8080
result[0] = -result[0];
8181
}
8282

83-
// Applying custom suffix
83+
// Applying custom symbol
8484
result[1] = symbols[result[1]] || result[1];
8585

8686
// Returning Array, Object, or String (default)

0 commit comments

Comments
 (0)