Skip to content

Commit ef3237d

Browse files
committed
README: fix minor typo
1 parent 3b3de63 commit ef3237d

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
@@ -76,7 +76,7 @@ the code clean and testable as you scale the number of options.
7676
Serpent's [Option](https://pkg.go.dev/github.com/coder/serpent#Option) type looks like:
7777

7878
```go
79-
type Option {
79+
type Option struct {
8080
Name string
8181
Flag string
8282
Env string

0 commit comments

Comments
 (0)