Merge pull request #138 from fjebaker/main

Exercise 82: typo and type fixes in comment
This commit is contained in:
Chris Boesch 2023-01-14 01:13:56 +01:00 committed by GitHub
commit 0b16f7e006

View file

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