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 /docs/doc | |
| parent | 3922b56a978babc0c135bc8ea14f18203a40a388 (diff) | |
Grammar fix
Diffstat (limited to 'docs/doc')
| -rw-r--r-- | docs/doc/fromDyalog.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
