1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-11-30 04:19:23 +01:00
This commit is contained in:
Niklas Keller 2017-04-26 08:21:18 +02:00
parent 5ed3a00d33
commit 9f22953566

View File

@ -173,7 +173,7 @@ class Buffer implements \ArrayAccess, \Countable, \IteratorAggregate {
}
/**
* Replaces all occurences of $search with $replace. See str_replace() function.
* Replaces all occurrences of $search with $replace. See str_replace() function.
*
* @param mixed $search
* @param mixed $replace