Skip to content

Commit

Permalink
Fix missing comma in syntax example (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
petewall committed Feb 11, 2023
1 parent 1bf5e54 commit 8f86884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/jsonnet/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ local greeting = "hello world!";
// object
dict: {
nested: greeting, // using the local
}
},
hidden:: "incognito!" // an unexported field
}
```
Expand Down

0 comments on commit 8f86884

Please sign in to comment.