aboutsummaryrefslogtreecommitdiff
path: root/builtins/bool.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-03 18:16:33 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-03 18:16:33 -0500
commit23478e7036fe9fbee17263e52d5d8a37adce1c95 (patch)
tree7c588c0f7b7ac2f81dbbd960a8f70b197613b229 /builtins/bool.h
parent8fab88c56f95c03ffcb4be178f5dbb21b239d95e (diff)
Rename as_str -> as_text
Diffstat (limited to 'builtins/bool.h')
-rw-r--r--builtins/bool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/bool.h b/builtins/bool.h
index 5df30893..08b4126a 100644
--- a/builtins/bool.h
+++ b/builtins/bool.h
@@ -9,7 +9,7 @@
#define yes (Bool_t)true
#define no (Bool_t)false
-CORD Bool__as_str(const bool *b, bool colorize, const TypeInfo *type);
+CORD Bool__as_text(const bool *b, bool colorize, const TypeInfo *type);
extern const TypeInfo Bool;