aboutsummaryrefslogtreecommitdiff
path: root/docs
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 /docs
parentb0483e842973575a51bb3672acf5182ccd212763 (diff)
Change `lang.text_content` to `lang.text`
Diffstat (limited to 'docs')
-rw-r--r--docs/langs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/langs.md b/docs/langs.md
index 96c026f1..ed5e3496 100644
--- a/docs/langs.md
+++ b/docs/langs.md
@@ -36,7 +36,7 @@ page := $HTML"
Hello $username! How are you?
</body></html>
"
-say(page.text_content)
+say(page.text)
```
What we _don't_ want to happen is to get a page that looks like: