From d425a348040a1442be67c3671a65f572465556b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Boyer?= Date: Tue, 13 Feb 2024 17:24:28 -0500 Subject: Fix "dedicated" typo in Chapter 0 --- src/content/chapter0_basics/lesson05_floats/text.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/chapter0_basics') 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 @@

Gleam's Float type represents numbers that are not integers.

- 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.

-- cgit v1.2.3