aboutsummaryrefslogtreecommitdiff
path: root/doc/fromDyalog.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-11-07 07:55:28 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-11-07 07:55:28 -0500
commit45e5bcf4823fdcebe2fbecb6b69bd083b5438ce8 (patch)
tree45c17ebefc6033880baf1d0c3e7ea4d926b1943d /doc/fromDyalog.md
parentf54a7bb43e110ef65186537871f43e10ebc8d98f (diff)
Typos
Diffstat (limited to 'doc/fromDyalog.md')
-rw-r--r--doc/fromDyalog.md2
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 |
|------------------|------------|