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 bb5b8f115a
commit 024313ae6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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