Skip to content

Commit 22846e7

Browse files
authored
Merge pull request #19 from Tokuhisa1/Tokuhisa11494516117
Added First-Person Plural Pronoun
2 parents ccb4a08 + 4e04dbc commit 22846e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ divideBy3()
111111
console.log(number) // 5
112112
```
113113

114-
**Because these methods are more explicit, prefer `+=` to `++` and `-=` to `--` (usually).**
114+
**Because these methods are more explicit, we prefer `+=` to `++` and `-=` to `--` (usually).**
115115

116116
Okay, now we're ready to write solutions for the next two functions: `inc(n)` and `dec(n)`.
117117

0 commit comments

Comments
 (0)