From 4a105918f080b39ed5643710fad213635d9e8b62 Mon Sep 17 00:00:00 2001 From: Del Date: Mon, 5 Feb 2024 23:44:44 +0800 Subject: [PATCH] Fixed a typo tutorial.adoc --- tutorial/tutorial.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/tutorial.adoc b/tutorial/tutorial.adoc index d91ec79e..763ef69f 100644 --- a/tutorial/tutorial.adoc +++ b/tutorial/tutorial.adoc @@ -204,7 +204,7 @@ row, err := sh.Row(1) if err != nil { panic(err) } -// let's so something with the row ... +// let's do something with the row ... fmt.Println(row) ....