diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2024-05-03 07:00:21 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2024-05-03 07:00:21 -0700 |
commit | 7622fc2c2824961316407fa500e3ef5bccc38603 (patch) | |
tree | 36a8a4e11661c039aa688fe742b4de26d2018fa1 | |
parent | 93b39203fb24ed57ad4584054fcf1eb6bb15bbef (diff) | |
download | txr-7622fc2c2824961316407fa500e3ef5bccc38603.tar.gz txr-7622fc2c2824961316407fa500e3ef5bccc38603.tar.bz2 txr-7622fc2c2824961316407fa500e3ef5bccc38603.zip |
cat-str: grammar in diagnostic.
* lib.c (cat_str_measure): add missing word "is" in
type error message.
-rw-r--r-- | lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |