From 37e96dbda5ee7b599c3659008c94907fdc8425a2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 1 Mar 2025 16:53:58 -0500 Subject: Change `lang.text_content` to `lang.text` --- examples/ini/ini.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/ini/ini.tm') diff --git a/examples/ini/ini.tm b/examples/ini/ini.tm index 46c25860..9b27e8cb 100644 --- a/examples/ini/ini.tm +++ b/examples/ini/ini.tm @@ -7,7 +7,7 @@ _HELP := " " func parse_ini(path:Path -> {Text,{Text,Text}}): - text := path:read() or exit("Could not read INI file: $\[31;1]$(path.text_content)$\[]") + text := path:read() or exit("Could not read INI file: $\[31;1]$(path.text)$\[]") sections := @{:Text,@{Text,Text}} current_section := @{:Text,Text} -- cgit v1.2.3