Skip to content

Commit 5c9fab7

Browse files
authored
doc: fix typo in README code snippet (#26)
1 parent 7c07764 commit 5c9fab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Set environment variable `FUEGO_LOG_LEVEL` to enable logging to the desired leve
135135
## [Example Stream](#example-stream)
136136

137137
```go
138-
strs := []int{
138+
strs := []string{
139139
"a",
140140
"b",
141141
"bb",

0 commit comments

Comments
 (0)