Skip to content

Commit 67e68e5

Browse files
author
Tomáš Votruba
authored
Merge pull request #54 from EDDYMENS/master
fix typo
2 parents 95f9f68 + 656e7ff commit 67e68e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ var_dump($newName); // ['Ryan', 'McDermott'];
541541
**[⬆ back to top](#table-of-contents)**
542542

543543
### Don't write to global functions
544-
Polluting globals is a bad practice in very languages because you could clash with another
544+
Polluting globals is a bad practice in many languages because you could clash with another
545545
library and the user of your API would be none-the-wiser until they get an exception in
546546
production. Let's think about an example: what if you wanted to have configuration array.
547547
You could write global function like `config()`, but it could clash with another library

0 commit comments

Comments
 (0)