1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-06-09 05:16:04 +02:00

Fix typo: "written", not "writen"

This commit is contained in:
Leandro Motta Barros 2022-12-29 21:17:40 -03:00 committed by GitHub
parent bb5b8f115a
commit e04aa0a8c9
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
//
// Zig has support for IEEE-754 floating-point numbers in these
// specific sizes: f16, f32, f64, f128. Floating point literals
// may be writen in scientific notation:
// may be written in scientific notation:
//
// const a1: f32 = 1200.0; // 1,200
// const a2: f32 = 1.2e+3; // 1,200