Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed May 22, 2018
1 parent 4921bea commit f411dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progress/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func Format(i int64, units Units, width int) string {
}
}

// Convert bytes to human readable string. Like a 2 MB, 64.2 KB, 52 B
// Convert bytes to human readable string. Like a 2 MiB, 64.2 KiB, 52 B
func FormatBytes(i int64) (result string) {
switch {
case i > (1024 * 1024 * 1024 * 1024):
Expand Down

0 comments on commit f411dbf

Please sign in to comment.