diff options
Diffstat (limited to 'doc/fromDyalog.md')
| -rw-r--r-- | doc/fromDyalog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fromDyalog.md b/doc/fromDyalog.md index 1ed78cea..a258a035 100644 --- a/doc/fromDyalog.md +++ b/doc/fromDyalog.md @@ -22,7 +22,7 @@ BQN shares the terms "cell" and "major cell" with Dyalog, and uses ### Roles -Dyalog uses value types (array, function, and so on) to determine syntax while BQN uses a separate concept called syntactic roles. See [context-free grammer](context.md). +Dyalog uses value types (array, function, and so on) to determine syntax while BQN uses a separate concept called syntactic roles. See [context-free grammar](context.md). | Dyalog type | BQN role | |------------------|------------| |
