aboutsummaryrefslogtreecommitdiff
path: root/src/fmt.bqn
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-20 13:50:30 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-20 13:50:30 -0400
commitf910f64594053011efd57a97100ad19ee1e39fb4 (patch)
tree33550f94bf4c2ea035e73d6e37395de299e4ab11 /src/fmt.bqn
parentbfc6eb1fcc5408ecf415224d47494a4005330da8 (diff)
Use "unit" or "rank-0" instead of "scalar"
Diffstat (limited to 'src/fmt.bqn')
-rw-r--r--src/fmt.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fmt.bqn b/src/fmt.bqn
index f1171c1e..def46f58 100644
--- a/src/fmt.bqn
+++ b/src/fmt.bqn
@@ -1,6 +1,6 @@
# Format an array to a string including newlines
{
- F0←𝔽 # Function to format a scalar
+ F0←𝔽 # Function to format an atom
FmtAtom ← (≍ <⟜@β—ΆβŸ¨@βŠΈβ‰ β—ΆβŸ¨"@","'"⊸(∾∾⊣)⟩,F0⟩)
# Vertical padding for arrays of rank greater than 2