diff options
Diffstat (limited to 'src/content/chapter0_basics/lesson05_floats/text.html')
-rw-r--r-- | src/content/chapter0_basics/lesson05_floats/text.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter0_basics/lesson05_floats/text.html b/src/content/chapter0_basics/lesson05_floats/text.html index 1b56d73..7175628 100644 --- a/src/content/chapter0_basics/lesson05_floats/text.html +++ b/src/content/chapter0_basics/lesson05_floats/text.html @@ -1,6 +1,6 @@ <p>Gleam's <code>Float</code> type represents numbers that are not integers.</p> <p> - Gleam's numerical operators are not overloaded, so there are dedicatated + Gleam's numerical operators are not overloaded, so there are dedicated operators for working with floats. </p> <p> |