aboutsummaryrefslogtreecommitdiff
path: root/src/content/chapter0_basics/lesson05_floats/text.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/chapter0_basics/lesson05_floats/text.html')
-rw-r--r--src/content/chapter0_basics/lesson05_floats/text.html2
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>