From 45e5bcf4823fdcebe2fbecb6b69bd083b5438ce8 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 7 Nov 2020 07:55:28 -0500 Subject: Typos --- docs/doc/fromDyalog.html | 2 +- docs/doc/shift.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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