Skip to content

Commit c52b73f

Browse files
committed
Consistent comment format
1 parent 6f13d59 commit c52b73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xlsx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function parseRange(specifier = ":", {columnCount, rowCount}) {
7979
}
8080

8181
// Returns the default column name for a zero-based column index.
82-
// For example: 0 => A, 1 => B, 25 => Z, 26 => AA, 27 => AB.
82+
// For example: 0 -> "A", 1 -> "B", 25 -> "Z", 26 -> "AA", 27 -> "AB".
8383
function toColumn(c) {
8484
let sc = "";
8585
c++;

0 commit comments

Comments
 (0)