Skip to content

Commit 1e51f89

Browse files
committed
Alphabetize keywords in README
1 parent a0ff0f7 commit 1e51f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ keyword expressions.
165165
Under the hood, keyword expressions are modeled as objects. For example, `:foo`
166166
desugars to `{@lookup key: foo}`. All such expressions have a key `0` referring
167167
to a value that is an `@`-prefixed atom (the keyword). Keywords include
168-
`@function`, `@lookup`, `@apply`, `@check`, `@index`, `@if`, `@panic`, and
168+
`@apply`, `@check`, `@function`, `@if`, `@index`, `@lookup`, `@panic`, and
169169
`@runtime`.
170170

171171
Currently only `@function`, `@lookup`, `@index`, and `@apply` have syntax

0 commit comments

Comments
 (0)