aboutsummaryrefslogtreecommitdiff
path: root/examples/ini
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-01 16:53:58 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-03-01 16:53:58 -0500
commit37e96dbda5ee7b599c3659008c94907fdc8425a2 (patch)
tree6e1086a00789071583f1df4dc9e10baacf52334d /examples/ini
parentb0483e842973575a51bb3672acf5182ccd212763 (diff)
Change `lang.text_content` to `lang.text`
Diffstat (limited to 'examples/ini')
-rw-r--r--examples/ini/ini.tm2
1 files changed, 1 insertions, 1 deletions
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}