Skip to content

Commit e290f12

Browse files
ʇɹǝqƃǝᴉs puɐloɹquii
ʇɹǝqƃǝᴉs puɐloɹ
authored andcommitted
Fix minor typos (quii#206)
1 parent dd10847 commit e290f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

structs-methods-and-interfaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,9 @@ When you scan this
504504
{Triangle{12, 6}, 36.0},
505505
```
506506

507-
It's not immediately clear what all the numbers represent and you should be aiming for your tests to easily understood.
507+
It's not immediately clear what all the numbers represent and you should be aiming for your tests to be easily understood.
508508

509-
So far you've only been shown one syntax for creating instances of structs `MyStruct{val1, val2}` but you can optionally name the fields.
509+
So far you've only been shown syntax for creating instances of structs `MyStruct{val1, val2}` but you can optionally name the fields.
510510

511511
Let's see what it looks like
512512

0 commit comments

Comments
 (0)