Skip to content

Commit 2318b6b

Browse files
TalAterstomar
authored andcommitted
Fix grammar in en/try_ruby_390.md (#58)
* `Its` is a possessive form of the pronoun `it`, meaning belonging to it. * `It's` is a contraction of the words `it is` or `it has`.
1 parent 32973a3 commit 2318b6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

translations/en/try_ruby_390.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Looks like this:
3838
</li>
3939
</ul>
4040

41-
To list the plays we first have to access the top "William Shakespeare" hash element by it's name.
41+
To list the plays we first have to access the top "William Shakespeare" hash element by its name.
4242
Next we have to __iterate__ through each element below it.
4343

4444
Ruby has a method for iterating. It is called __each__. We have seen it before when

0 commit comments

Comments
 (0)