Skip to content

Commit

Permalink
fix(docs): document @null
Browse files Browse the repository at this point in the history
  • Loading branch information
watcol committed Jul 26, 2022
1 parent b18788e commit 20a3354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/language.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ key = "foo"
Built-in key pattern is a pattern to access values integrated with a transpiler,
starts with a commercial at (`@`, `U+0040`),
- `@output` ... A [string](#string) to specify destination path to output a
transpiled source. Write only.
- `@type` ... A [string](#string) to specify file type to transpile.
Expand All @@ -512,6 +511,7 @@ starts with a commercial at (`@`, `U+0040`),
- `@inf` ... A [float](#float) expresses positive infinity. Read only.
- `@true` ... A [boolean](#boolean) expresses true. Read only.
- `@false` ... A [boolean](#boolean) expresses false. Read only.
- `@null` ... A [null](#null) value. Read only.
Note that these values are file-specific, and independent from the root
scope.
Expand Down

0 comments on commit 20a3354

Please sign in to comment.