Skip to content

Commit a4800fe

Browse files
committed
Updating files after reviewer's input
1 parent 18a4aca commit a4800fe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

exercises/concept/squeaky-clean/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SqueakyClean.clean("a-bc");
3030

3131
Modify the (_static_) `SqueakyClean.clean()` method to convert [leetspeak][leet-speak] to normal text.
3232

33-
For simplicity we will only be using `4`, `3`, `0`, `1` and `7` from the table.
33+
For simplicity we will only be replacing `4`, `3`, `0`, `1` and `7` with `a`, `e`, `o`, `l`, and `t`, respectively.
3434

3535
```java
3636
SqueakyClean.clean("H3ll0 W0rld");

exercises/concept/squeaky-clean/.meta/config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"ystromm"
44
],
55
"contributors": [
6-
"sanderploegsma",
6+
"jagdish-15",
77
"manumafe98",
8-
"jagdishdrp"
8+
"mrDonoghue",
9+
"sanderploegsma"
910
],
1011
"files": {
1112
"solution": [

exercises/practice/complex-numbers/.meta/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"SleeplessByte",
1515
"Smarticles101",
1616
"sshine",
17-
"Wasy18",
18-
"jagdishdrp"
17+
"Wasy18"
1918
],
2019
"files": {
2120
"solution": [

0 commit comments

Comments
 (0)