File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ $stdio->write('hello world!' . PHP_EOL);
618
618
```
619
619
620
620
Depending on your program, it may or may not be reasonable to
621
- replace all such occurences .
621
+ replace all such occurrences .
622
622
As an alternative, you may utilize output buffering that will
623
623
automatically forward all write events to the [ ` Stdio ` ] ( #stdio )
624
624
instance like this:
@@ -653,7 +653,7 @@ HHVM.
653
653
It's * highly recommended to use the latest supported PHP version* for this project.
654
654
655
655
Internally, it will use the ` ext-mbstring ` to count and measure string sizes.
656
- If this extension is missing, then this library will use a slighty slower Regex
656
+ If this extension is missing, then this library will use a slightly slower Regex
657
657
work-around that should otherwise work equally well.
658
658
Installing ` ext-mbstring ` is highly recommended.
659
659
You can’t perform that action at this time.
0 commit comments