Merge pull request #138 from fjebaker/main

Exercise 82: typo and type fixes in comment
pull/2/head
Chris Boesch 2 years ago committed by GitHub
commit 0b16f7e006

@ -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

Loading…
Cancel
Save