Skip to content

Commit 36afa48

Browse files
Minor fix to instructions.md
Incorrect example in Rule 3 (see `test-pig-latin.bats`) is misleading and can cause confusion. Fixed this.
1 parent eba206f commit 36afa48

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)