writen -> written

This commit is contained in:
Roman Frołow 2023-01-17 23:24:32 +01:00 committed by GitHub
parent 383c20028a
commit d02199e993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
// //
// Zig has support for IEEE-754 floating-point numbers in these // Zig has support for IEEE-754 floating-point numbers in these
// specific sizes: f16, f32, f64, f80, and f128. Floating point // 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 a1: f32 = 1200.0; // 1,200
// const a2: f32 = 1.2e+3; // 1,200 // const a2: f32 = 1.2e+3; // 1,200