From e0b987930f4ff35560c852c81811125f67c46671 Mon Sep 17 00:00:00 2001 From: dzaima Date: Mon, 4 Oct 2021 13:59:33 +0300 Subject: [PATCH] =?UTF-8?q?fix=20error=20message=20of=20=E2=8D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/builtins/md2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builtins/md2.c b/src/builtins/md2.c index 21f85e56..bfc2eb15 100644 --- a/src/builtins/md2.c +++ b/src/builtins/md2.c @@ -49,7 +49,7 @@ void repeat_bounds(i64* bound, B g) { // doesn't consume i64 i = o2i64(g); if (ibound[1]) bound[1] = i; - } else thrM("⍟: 𝔽 contained a non-number atom"); + } else thrM("⍟: 𝔾 contained a non-number atom"); } B repeat_replace(B g, B* q) { // doesn't consume if (isArr(g)) {