Просмотр исходного кода

Merge pull request #138 from fjebaker/main

Exercise 82: typo and type fixes in comment
Chris Boesch 2 лет назад
Родитель
Сommit
0b16f7e006
1 измененных файлов с 2 добавлено и 2 удалено
  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