Skip to content

Commit 5dea0aa

Browse files
authored
a typo in creating-the-snake.md, Go section
th -> the
1 parent 42c188a commit 5dea0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/tutorials/snake/creating-the-snake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void snake_push(struct snake *snake, struct point p)
123123

124124
If you've used Go in the past, this next section won't be too surprising for you. You'll create a new type for the snake with the required properties.
125125

126-
For this, create a new file an call it `snake.go`. Then fill it with th code-snippet below.
126+
For this, create a new file an call it `snake.go`. Then fill it with the code-snippet below.
127127

128128
```go
129129
package main

0 commit comments

Comments
 (0)