Fix typo in Flux specification (#4438)

pull/4439/head
pierwill 2022-09-08 16:06:28 -05:00 committed by GitHub
parent 79262c4dd2
commit 945f3ae222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ When a built-in value is not expressible in Flux, its value may be defined by th
All such values must have a corresponding builtin statement to declare the existence and type of the built-in value.
```js
BuiltinStatement = "builtin" identifer ":" TypeExpression .
BuiltinStatement = "builtin" identifier ":" TypeExpression .
TypeExpression = MonoType ["where" Constraints] .
MonoType = Tvar | Basic | Array | Record | Function .