We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95f9f68 + 656e7ff commit 67e68e5Copy full SHA for 67e68e5
1 file changed
README.md
@@ -541,7 +541,7 @@ var_dump($newName); // ['Ryan', 'McDermott'];
541
**[⬆ back to top](#table-of-contents)**
542
543
### Don't write to global functions
544
-Polluting globals is a bad practice in very languages because you could clash with another
+Polluting globals is a bad practice in many languages because you could clash with another
545
library and the user of your API would be none-the-wiser until they get an exception in
546
production. Let's think about an example: what if you wanted to have configuration array.
547
You could write global function like `config()`, but it could clash with another library
0 commit comments