Skip to content

Commit

Permalink
Fix typo in pig-latin instructions (#2452)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed Jun 9, 2024
1 parent 238b8b0 commit eba206f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/pig-latin/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For example:

## Rule 2

If a word begins with a one or more consonants, first move those consonants to the end of the word and then add an `"ay"` sound to the end of the word.
If a word begins with one or more consonants, first move those consonants to the end of the word and then add an `"ay"` sound to the end of the word.

For example:

Expand Down

0 comments on commit eba206f

Please sign in to comment.