From 45e5bcf4823fdcebe2fbecb6b69bd083b5438ce8 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 7 Nov 2020 07:55:28 -0500 Subject: Typos --- doc/fromDyalog.md | 2 +- doc/shift.md | 2 +- docs/doc/fromDyalog.html | 2 +- docs/doc/shift.html | 2 +- 4 files changed, 4 insertions(+), 4 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 | |------------------|------------| diff --git a/doc/shift.md b/doc/shift.md index 7b31a2b6..13c388cc 100644 --- a/doc/shift.md +++ b/doc/shift.md @@ -56,7 +56,7 @@ The glyphs `«` and `»`, suggesting movement, were chosen for the same reasons 3 ⥊⟜0⊸« i # Alternate left shift -With a number in big-endian format, a right shift might be logical, shifting in zeros, or arithmetic, shifting in copies of the highest-order bit (for little-endian numbers, this applies to left shift rather than right ones). The two kinds of shift can be performed with similar code, using `0` or `⊏𝕩` for the inserted cell. +With a number in big-endian format, a right shift might be logical, shifting in zeros, or arithmetic, shifting in copies of the highest-order bit (for little-endian numbers, this applies to left shifts rather than right ones). The two kinds of shift can be performed with similar code, using `0` or `⊏𝕩` for the inserted cell. 3 ⥊⟜0⊸» i # Logical right shift diff --git a/docs/doc/fromDyalog.html b/docs/doc/fromDyalog.html index 5a170c9a..41452874 100644 --- a/docs/doc/fromDyalog.html +++ b/docs/doc/fromDyalog.html @@ -38,7 +38,7 @@

BQN shares the terms "cell" and "major cell" with Dyalog, and uses "element" (which may mean different things to different Dyalog users) not for a 0-cell but for the value it contains.

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.

+

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.

diff --git a/docs/doc/shift.html b/docs/doc/shift.html index b5fc7f08..0d162721 100644 --- a/docs/doc/shift.html +++ b/docs/doc/shift.html @@ -68,7 +68,7 @@ 30«i# Alternate left shift ⟨ 1 1 0 1 1 0 0 0 ⟩ -

With a number in big-endian format, a right shift might be logical, shifting in zeros, or arithmetic, shifting in copies of the highest-order bit (for little-endian numbers, this applies to left shift rather than right ones). The two kinds of shift can be performed with similar code, using 0 or 𝕩 for the inserted cell.

+

With a number in big-endian format, a right shift might be logical, shifting in zeros, or arithmetic, shifting in copies of the highest-order bit (for little-endian numbers, this applies to left shifts rather than right ones). The two kinds of shift can be performed with similar code, using 0 or 𝕩 for the inserted cell.

↗️
    3 0» i    # Logical right shift
 ⟨ 0 0 0 1 0 0 1 1 ⟩
 
-- 
cgit v1.2.3