typo and type fixes in comment

This commit is contained in:
Fergus Baker
2022-09-17 19:27:13 +01:00
committed by GitHub
parent 5a920ac48c
commit c18ad78832

View File

@@ -4,8 +4,8 @@
// //
// .{ // .{
// false, // false,
// @as(u32, 15); // @as(u32, 15),
// @as(i64, 67.12); // @as(f64, 67.12)
// } // }
// //
// We call these "tuples", which is a term used by many // We call these "tuples", which is a term used by many