From a17782ce2ec31709ce30edb3d96fe2f3a9a6ed1f Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 24 Jul 2021 22:47:46 -0400 Subject: Documentation on fill elements --- doc/arrayrepr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/arrayrepr.md') diff --git a/doc/arrayrepr.md b/doc/arrayrepr.md index 74e8426e..5f33bcd6 100644 --- a/doc/arrayrepr.md +++ b/doc/arrayrepr.md @@ -18,7 +18,7 @@ Although it's really part of the language environment and not BQN itself, let's There are several different ways to show arrays: as a string `""`, with brackets `⟨⟩`, or with corners `┌` and `┘`. We'll start with the most general, the corners. These show arrays of any rank while the other two ways are special cases for lists. -Array displays show only the array shape and elements. The fill is an inferred property and the display never indicates or depends on it. +Array displays show only the array shape and elements. The [fill](fill.md) is an inferred property and the display never indicates or depends on it. ### Corners @@ -88,7 +88,7 @@ This case also covers empty lists, which are shown as `⟨⟩`. This includes an *The tutorial section [here](../tutorial/list.md#list-notation) also covers this topic.* -There are three kinds literal notation for lists: strings, list notation, and stranding. Strings indicate character lists (with space for the fill) and the other two can combine any sequence of elements. +There are three kinds literal notation for lists: strings, list notation, and stranding. Strings indicate character lists (with space for the [fill](fill.md)) and the other two can combine any sequence of elements. ### Strings -- cgit v1.2.3