Skip to content

Commit

Permalink
Updating a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Jan 30, 2016
1 parent cc2ad7a commit 0521336
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/filesize.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function filesize (arg, descriptor = {}) {
result[0] = -result[0];
}

// Applying custom suffix
// Applying custom symbol
result[1] = symbols[result[1]] || result[1];

// Returning Array, Object, or String (default)
Expand Down
2 changes: 1 addition & 1 deletion lib/filesize.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
result[0] = -result[0];
}

// Applying custom suffix
// Applying custom symbol
result[1] = symbols[result[1]] || result[1];

// Returning Array, Object, or String (default)
Expand Down
2 changes: 1 addition & 1 deletion lib/filesize.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/filesize.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function filesize (arg, descriptor = {}) {
result[0] = -result[0];
}

// Applying custom suffix
// Applying custom symbol
result[1] = symbols[result[1]] || result[1];

// Returning Array, Object, or String (default)
Expand Down

0 comments on commit 0521336

Please sign in to comment.