diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-20 16:27:43 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-20 16:27:43 -0400 |
| commit | fe48897be42c1e8405db82b1f4ec126acfc9b0fd (patch) | |
| tree | 5800e622ea395b5d457ee0327e440b66a6968731 /doc | |
| parent | 3922b56a978babc0c135bc8ea14f18203a40a388 (diff) | |
Grammar fix
Diffstat (limited to 'doc')
| -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 42a2ffc7..1ed78cea 100644 --- a/doc/fromDyalog.md +++ b/doc/fromDyalog.md @@ -8,7 +8,7 @@ A few tables to help users of Dyalog APL (or similar) get started quickly on BQN ### Array model -BQN uses the [based array model](based.md), so that a Dyalog's simple scalar corresponds to many BQN values: an atom, its enclose, and so on. +BQN uses the [based array model](based.md), so that a Dyalog simple scalar corresponds to many BQN values: an atom, its enclose, and so on. | Dyalog | BQN | |---------------|-------| |
