Skip to content

Commit

Permalink
Fix syntax error in manual snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
yannham committed Dec 3, 2024
1 parent 6209f24 commit a87dc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ different type of values and such that this configuration can be easily
combinator instead:

```nickel
let Schema {
let Schema = {
size | std.contract.any_of [String, Number],
..
}
Expand Down

0 comments on commit a87dc94

Please sign in to comment.