diff options
Diffstat (limited to 'src/content/chapter0_basics/lesson09_strings/en.html')
-rw-r--r-- | src/content/chapter0_basics/lesson09_strings/en.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/content/chapter0_basics/lesson09_strings/en.html b/src/content/chapter0_basics/lesson09_strings/en.html index e5400ca..8e4b6f7 100644 --- a/src/content/chapter0_basics/lesson09_strings/en.html +++ b/src/content/chapter0_basics/lesson09_strings/en.html @@ -18,6 +18,9 @@ <li><code>\u{xxxxxx}</code> - unicode codepoint</li> </ul> <p> - The <a href="https://hexdocs.pm/gleam_stdlib/gleam/string.html"><code>gleam/string</code></a> + The + <a href="https://hexdocs.pm/gleam_stdlib/gleam/string.html" target="_blank"> + <code>gleam/string</code> + </a> standard library module contains functions for working with strings. </p> |