Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc1ae6a

Browse files
Merge pull request ryanmcdermott#1 from andrejewski/patch-1
fix "do one thing" code example
2 parents 5530480 + 0661e52 commit bc1ae6a

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
@@ -256,7 +256,7 @@ function emailClients(clients) {
256256
```javascript
257257
function emailClients(clients) {
258258
clients.forEach(client => {
259-
emailClientIfNeeded();
259+
emailClientIfNeeded(client);
260260
});
261261
}
262262

0 commit comments

Comments
 (0)