summaryrefslogtreecommitdiffstatshomepage
path: root/exercises
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-01-18 09:40:38 +0100
committerGitHub <noreply@github.com>2023-01-18 09:40:38 +0100
commit860b923b16d03de4341ada35f35419c9f4dd9274 (patch)
treee2ae6a4fa139bcfcfb1de9eb3a47e1b0e86156df /exercises
parentd2c1ce2837deffea02c4a1c07192c8bd4bb0480a (diff)
parentd59c3e95983a83c65b549bf41500206681233ee3 (diff)
Merge pull request #162 from rofrol/patch-3
writen -> written
Diffstat (limited to 'exercises')
-rw-r--r--exercises/060_floats.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/060_floats.zig b/exercises/060_floats.zig
index 237e9c6..8ba51db 100644
--- a/exercises/060_floats.zig
+++ b/exercises/060_floats.zig
@@ -1,7 +1,7 @@
//
// Zig has support for IEEE-754 floating-point numbers in these
// specific sizes: f16, f32, f64, f80, and f128. Floating point
-// literals may be writen in scientific notation:
+// literals may be written in scientific notation:
//
// const a1: f32 = 1200.0; // 1,200
// const a2: f32 = 1.2e+3; // 1,200