nette / utils

🛠 Lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.
https://doc.nette.org/utils
Other
1.98k stars 147 forks source link

typo #247

Closed foxycode closed 3 years ago

foxycode commented 3 years ago

Function insertBefore inserts at the beginning and insertAfter at the end, when $key is null. Doc comments was reversed.