diff options
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: |
