diff options
author | scottBowles <shbowles@gmail.com> | 2024-01-19 23:25:33 -0500 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-01-20 09:36:26 +0000 |
commit | e795f55afd4e05e7c3d0b62791988f4afda926bd (patch) | |
tree | 2b08dc4bcd56572144e585fb35e6e3d09850ddc9 /src | |
parent | 4465d4627f6d987581404d5b3d973804696e8790 (diff) | |
download | tour-e795f55afd4e05e7c3d0b62791988f4afda926bd.tar.gz tour-e795f55afd4e05e7c3d0b62791988f4afda926bd.zip |
Lowercase 'strings'
Diffstat (limited to 'src')
-rw-r--r-- | src/content/chapter0_basics/lesson07_strings/text.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter0_basics/lesson07_strings/text.html b/src/content/chapter0_basics/lesson07_strings/text.html index 820f1b3..e5400ca 100644 --- a/src/content/chapter0_basics/lesson07_strings/text.html +++ b/src/content/chapter0_basics/lesson07_strings/text.html @@ -1,5 +1,5 @@ <p> - In Gleam Strings are written as text surrounded by double quotes, and + In Gleam strings are written as text surrounded by double quotes, and can span multiple lines and contain unicode characters. </p> <p> |