From 7a4f2e73addf6dfcde2a6b17b62b961608e556a0 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 9 Nov 2024 15:11:11 -0500 Subject: Rename `from_text()` to `parse()` --- stdlib/bools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/bools.h') diff --git a/stdlib/bools.h b/stdlib/bools.h index fbc40f8b..7dec5711 100644 --- a/stdlib/bools.h +++ b/stdlib/bools.h @@ -14,7 +14,7 @@ #define no (Bool_t)false PUREFUNC Text_t Bool$as_text(const bool *b, bool colorize, const TypeInfo_t *type); -OptionalBool_t Bool$from_text(Text_t text); +OptionalBool_t Bool$parse(Text_t text); extern const TypeInfo_t Bool$info; -- cgit v1.2.3