mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Fix formatting of comment
This commit is contained in:
@@ -74,7 +74,7 @@ pub fn main() void {
|
|||||||
fn printSequence(my_seq: anytype) void {
|
fn printSequence(my_seq: anytype) void {
|
||||||
const my_typeinfo = @typeInfo(@TypeOf(my_seq));
|
const my_typeinfo = @typeInfo(@TypeOf(my_seq));
|
||||||
|
|
||||||
// The TypeInfo contained in my_typeinfo is a union. We use
|
// The TypeInfo contained in my_typeinfo is a union. We use
|
||||||
// a switch to handle printing the Array or Pointer fields,
|
// a switch to handle printing the Array or Pointer fields,
|
||||||
// depending on which type of my_seq was passed in:
|
// depending on which type of my_seq was passed in:
|
||||||
switch (my_typeinfo) {
|
switch (my_typeinfo) {
|
||||||
|
|||||||
Reference in New Issue
Block a user