From 5da9e32de83f6fb0f983fd5e893e6ba41e2f1446 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 3 May 2024 07:00:21 -0700 Subject: cat-str: grammar in diagnostic. * lib.c (cat_str_measure): add missing word "is" in type error message. --- lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.c b/lib.c index 832d704b..1d06d645 100644 --- a/lib.c +++ b/lib.c @@ -6073,7 +6073,7 @@ static void cat_str_measure(struct cat_str *cs, val item, val self) return; } - uw_throwf(error_s, lit("~a: ~s neither character, string nor sequence"), + uw_throwf(error_s, lit("~a: ~s is neither a character, string nor sequence"), self, item, nao); oflow: uw_throwf(error_s, lit("~a: string length overflow"), self, nao); -- cgit v1.2.3