Browse Source

typo and type fixes in comment

Fergus Baker 2 years ago
parent
commit
c18ad78832
1 changed files with 2 additions and 2 deletions
  1. 2 2
      exercises/082_anonymous_structs3.zig

+ 2 - 2
exercises/082_anonymous_structs3.zig

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