Skip to content

Commit 0b7ccb8

Browse files
nachtjasminapparentlymart
authored andcommitted
docs: fix little typo in value marks
1 parent 9a4ed1e commit 0b7ccb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/marks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ different way in a UI.
1919
```go
2020
// Use a named type for all marks, for namespacing purposes.
2121
type fromConfigType int
22-
val fromConfig fromConfigType
22+
var fromConfig fromConfigType
2323

2424
return val.Mark(fromConfig)
2525
```

0 commit comments

Comments
 (0)