diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-01 16:53:58 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-01 16:53:58 -0500 |
| commit | 37e96dbda5ee7b599c3659008c94907fdc8425a2 (patch) | |
| tree | 6e1086a00789071583f1df4dc9e10baacf52334d /docs/langs.md | |
| parent | b0483e842973575a51bb3672acf5182ccd212763 (diff) | |
Change `lang.text_content` to `lang.text`
Diffstat (limited to 'docs/langs.md')
| -rw-r--r-- | docs/langs.md | 2 |
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: |
