mirror of
https://github.com/danog/byte-stream.git
synced 2024-11-30 04:19:23 +01:00
Fix typo
This commit is contained in:
parent
5ed3a00d33
commit
9f22953566
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user