From 95e63f68aaf9718285e262a3e383ca77ae7ad160 Mon Sep 17 00:00:00 2001 From: Vanillaiice <120596571+vanillaiice@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:44:40 +0100 Subject: [PATCH] docs: fix typo `GetCoordsFromCellIDString(cellAddr string) -> `GetCoordsFromCellIDString(cellAddr string) ` --- tutorial/tutorial.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/tutorial.adoc b/tutorial/tutorial.adoc index 0b269962..912b419f 100644 --- a/tutorial/tutorial.adoc +++ b/tutorial/tutorial.adoc @@ -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