aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/r.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r.bqn b/src/r.bqn
index c9652b58..5174b8fd 100644
--- a/src/r.bqn
+++ b/src/r.bqn
@@ -160,7 +160,7 @@ FirstCell←{
(<0) GetCells 𝕩
}
SelSub←{
- "π•¨βŠπ•©: 𝕩 must be an array" ! IsArray 𝕨
+ "π•¨βŠπ•©: 𝕨 must be an array" ! IsArray 𝕨
"π•¨βŠπ•©: Indices in 𝕨 must be integers" ! 1Γ—Β΄β₯ŠInt⌜ 𝕨
l←≠𝕩
"π•¨βŠπ•©: Indices out of range" ! 1Γ—Β΄β₯Š ((-l)βŠΈβ‰€Γ—l⊸>)⌜ 𝕨