Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
`GetCoordsFromCellIDString(cellAddr string)  -> `GetCoordsFromCellIDString(cellAddr string) `
  • Loading branch information
vanillaiice authored Aug 5, 2024
1 parent 6665dd0 commit 95e63f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ functions.
letter combination for a cell address.
* `ColLettersToIndex(colLetter string)` – converts a column address to
a numeric index.
* `GetCoordsFromCellIDString(cellAddr string) – converts a cell address
* `GetCoordsFromCellIDString(cellAddr string)` – converts a cell address
string to row/col coordinates.
* `GetCellIDStringFromCoords(x, y int)` – converts coordinate values to
a cell address
Expand Down

0 comments on commit 95e63f6

Please sign in to comment.