diff options
author | Frédéric Boyer <frederic.boyer@amilia.com> | 2024-02-13 17:24:28 -0500 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-02-13 23:41:04 +0000 |
commit | d425a348040a1442be67c3671a65f572465556b6 (patch) | |
tree | 6f094b92b55c884a7463409970548a5aed8e8cab /src/content | |
parent | 0f41c46412ab0f2e0a644ec4f811b00b70d469f8 (diff) | |
download | tour-d425a348040a1442be67c3671a65f572465556b6.tar.gz tour-d425a348040a1442be67c3671a65f572465556b6.zip |
Fix "dedicated" typo in Chapter 0
Diffstat (limited to 'src/content')
-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> |