1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-05 01:56:03 +02:00

Add missing word "of"

This commit is contained in:
Kim SHrier 2023-05-07 02:04:30 -06:00
parent 669cde0723
commit 14629176f6

View File

@ -69,7 +69,7 @@ pub fn main() void {
}
// Here's our generic sequence printing function. It's nearly
// complete, but there are a couple missing bits. Please fix
// complete, but there are a couple of missing bits. Please fix
// them!
fn printSequence(my_seq: anytype) void {
const my_typeinfo = @typeInfo(@TypeOf(my_seq));