Skip to content

Commit c27d134

Browse files
[Pig Latin] Typo in the instructions
Fixes a typo in the instructions in section "Rule 3"
1 parent 238b8b0 commit c27d134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/pig-latin/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If a word starts with zero or more consonants followed by `"qu"`, first move tho
3333

3434
For example:
3535

36-
- `"quick"` -> `"ickqu"` -> `"ay"` (starts with `"qu"`, no preceding consonants)
36+
- `"quick"` -> `"ickqu"` -> `"ickquay"` (starts with `"qu"`, no preceding consonants)
3737
- `"square"` -> `"aresqu"` -> `"aresquay"` (starts with one consonant followed by `"qu`")
3838

3939
## Rule 4

0 commit comments

Comments
 (0)