Skip to content

Commit c51445e

Browse files
Merge pull request ryanmcdermott#26 from iheanyi/patch-2
Update README.md to remove Nigerian Prince reference
2 parents d00ca4c + 337fa7e commit c51445e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ function createFile(name) {
529529
A function produces a side effect if it does anything other than take a value in
530530
and return another value or values. A side effect could be writing to a file,
531531
modifying some global variable, or accidentally wiring all your money to a
532-
Nigerian prince.
532+
stranger.
533533

534534
Now, you do need to have side effects in a program on occasion. Like the previous
535535
example, you might need to write to a file. What you want to do is to

0 commit comments

Comments
 (0)