Skip to content

Commit

Permalink
Merge pull request #797 from delmesia/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo at tutorial.adoc
  • Loading branch information
derlinkshaender authored Feb 6, 2024
2 parents 2040ee8 + 4a10591 commit b90be58
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 @@ -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)
....

Expand Down

0 comments on commit b90be58

Please sign in to comment.