From fe48897be42c1e8405db82b1f4ec126acfc9b0fd Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 20 Oct 2020 16:27:43 -0400 Subject: Grammar fix --- doc/fromDyalog.md | 2 +- docs/doc/fromDyalog.html | 2 +- 2 files changed, 2 insertions(+), 2 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 | |---------------|-------| diff --git a/docs/doc/fromDyalog.html b/docs/doc/fromDyalog.html index 6486b317..5a170c9a 100644 --- a/docs/doc/fromDyalog.html +++ b/docs/doc/fromDyalog.html @@ -8,7 +8,7 @@

A few tables to help users of Dyalog APL (or similar) get started quickly on BQN. Here we assume ML is 1 for Dyalog.

Terminology

Array model

-

BQN uses the based array model, 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, so that a Dyalog simple scalar corresponds to many BQN values: an atom, its enclose, and so on.

-- cgit v1.2.3