diff options
Diffstat (limited to 'src/content/chapter0_basics/lesson06_floats/en.html')
-rw-r--r-- | src/content/chapter0_basics/lesson06_floats/en.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/content/chapter0_basics/lesson06_floats/en.html b/src/content/chapter0_basics/lesson06_floats/en.html index 7175628..2b2c5b7 100644 --- a/src/content/chapter0_basics/lesson06_floats/en.html +++ b/src/content/chapter0_basics/lesson06_floats/en.html @@ -24,9 +24,9 @@ Division by zero will not overflow, but is instead defined to be zero. </p> <p> - The - <a href="https://hexdocs.pm/gleam_stdlib/gleam/float.html" - ><code>gleam/float</code></a - > + The + <a href="https://hexdocs.pm/gleam_stdlib/gleam/float.html" target="_blank"> + <code>gleam/float</code> + </a> standard library module contains functions for working with floats. </p> |