Skip to content

Commit

Permalink
docs: fix little typo in value marks
Browse files Browse the repository at this point in the history
  • Loading branch information
nachtjasmin authored and apparentlymart committed Aug 17, 2024
1 parent 9a4ed1e commit 0b7ccb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/marks.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ different way in a UI.
```go
// Use a named type for all marks, for namespacing purposes.
type fromConfigType int
val fromConfig fromConfigType
var fromConfig fromConfigType

return val.Mark(fromConfig)
```
Expand Down

0 comments on commit 0b7ccb8

Please sign in to comment.