Skip to content

Commit

Permalink
fix(doc): classic copypaste
Browse files Browse the repository at this point in the history
  • Loading branch information
hexjelly committed Jan 30, 2017
1 parent a6065ee commit fad1481
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/util.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/**
* Converts Elmas weird int-as-string times to formatted strings.
* @param {string} str String to pad
* @param {integer} pad Amount to pad
* @returns {string} string
* @param {Number} time Time to format
* @returns {String} string
*/
function formatTime (time) {
time = time.toString()
Expand Down

0 comments on commit fad1481

Please sign in to comment.