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) ....