diff options
| -rw-r--r-- | doc/fromDyalog.md | 2 | ||||
| -rw-r--r-- | 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 @@ <p>A few tables to help users of Dyalog APL (or similar) get started quickly on BQN. Here we assume <code><span class='Value'>⎕</span><span class='Function'>ML</span></code> is 1 for Dyalog.</p> <h2 id="terminology">Terminology</h2> <h3 id="array-model">Array model</h3> -<p>BQN uses the <a href="based.html">based array model</a>, so that a Dyalog's simple scalar corresponds to many BQN values: an atom, its enclose, and so on.</p> +<p>BQN uses the <a href="based.html">based array model</a>, so that a Dyalog simple scalar corresponds to many BQN values: an atom, its enclose, and so on.</p> <table> <thead> <tr> |
