mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
Merge pull request #288 from kimshrier/exercise_076_typo
Add missing word "of"
This commit is contained in:
commit
151abb4ca1
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ pub fn main() void {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Here's our generic sequence printing function. It's nearly
|
// 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!
|
// them!
|
||||||
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));
|
||||||
|
|
Loading…
Reference in a new issue