Skip to content

Commit

Permalink
Fix formatting of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mttrb committed Dec 31, 2023
1 parent 1a001b9 commit 1ed03cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/076_sentinels.zig
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub fn main() void {
fn printSequence(my_seq: anytype) void {
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,
// depending on which type of my_seq was passed in:
switch (my_typeinfo) {
Expand Down

0 comments on commit 1ed03cf

Please sign in to comment.