aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/f.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f.bqn b/src/f.bqn
index 02fc4b8d..6144c31a 100644
--- a/src/f.bqn
+++ b/src/f.bqn
@@ -20,7 +20,7 @@
}⍟(2 < =)
PadVMixed ← {
# PadV, but with 2-cells enclosed: they might have different lengths
- ∾ (1 PadCount ≢𝕩) (⊢∾∾⟜(¯1⊑≢)⥊' '˙)¨ ⥊𝕩
+ ∾ (1 PadCount ≢𝕩) (⊢∾≍⟜(¯1⊑≢)⥊' '˙)¨ ⥊𝕩
}
# Horizontal padding: just some spaces on either side