Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/syntax.mdz
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Structs are represented by a sequence of whitespace-delimited key-value pairs
surrounded by curly braces. The sequence is defined as key1, value1, key2,
value2, etc. There must be an even number of items between curly braces or the
parser will signal a parse error. Any value can be a key or value. Using
@code`nil` or @code`NaN` as a key, however, will drop that pair from the parsed
@code`nil` or @code`math/nan` as a key, however, will drop that pair from the parsed
struct.

@codeblock[janet]```
Expand Down