mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-07 08:14:47 +00:00
Add missing word "of"
This commit is contained in:
parent
a446d67992
commit
cc9f68c4e5
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user