aboutsummaryrefslogtreecommitdiff
path: root/docs/langs.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/langs.md')
-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: