From 80cab4ef3a715ae98eefcbea947269d731b04b2e Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 13 Jul 2022 14:48:34 -0400 Subject: A missed [] update in docs --- doc/arrayrepr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/arrayrepr.md b/doc/arrayrepr.md index c7b0acef..cc437ed1 100644 --- a/doc/arrayrepr.md +++ b/doc/arrayrepr.md @@ -131,7 +131,7 @@ This syntax doesn't work for creating rank 0 arrays—use [Enclose](enclose.md) ### Strands -**Strand notation** is another way to write lists of length two or more. The elements are connected with the ligature character `‿`. It has a precedence higher than anything else other than the [namespace](namespace.md) dot `.` and of course paired brackets `()`, `{}`, and `⟨⟩`. This means complicated elements generally need to be placed in parentheses. Expressions joined by ligatures behave exactly the same as those in list notation: they are evaluated in order and placed in a list. +**Strand notation** is another way to write lists of length two or more. The elements are connected with the ligature character `‿`. It has a precedence higher than anything else other than the [namespace](namespace.md) dot `.` and of course paired brackets `()`, `{}`, `⟨⟩`, and `[]`. This means complicated elements generally need to be placed in parentheses. Expressions joined by ligatures behave exactly the same as those in list notation: they are evaluated in order and placed in a list. +‿´‿∘‿× -- cgit v1.2.3