diff options
Diffstat (limited to 'src/content/chapter0_basics/lesson10_bools/en.html')
-rw-r--r-- | src/content/chapter0_basics/lesson10_bools/en.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/content/chapter0_basics/lesson10_bools/en.html b/src/content/chapter0_basics/lesson10_bools/en.html index 36daf09..3cbf0d4 100644 --- a/src/content/chapter0_basics/lesson10_bools/en.html +++ b/src/content/chapter0_basics/lesson10_bools/en.html @@ -12,6 +12,9 @@ side of the operator will not be evaluated. </p> <p> - The <a href="https://hexdocs.pm/gleam_stdlib/gleam/bool.html"><code>gleam/bool</code></a> + The + <a href="https://hexdocs.pm/gleam_stdlib/gleam/bool.html" target="_blank"> + <code>gleam/bool</code> + </a> standard library module contains functions for working with bools. </p> |