Skip to content

Commit 2975c83

Browse files
author
Martin Brecht-Precht
committed
Updated readme.
1 parent bcba04f commit 2975c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ will output the following
110110

111111
### Exception handling
112112

113-
All methods throw an `\InvalidArgumentException` if misconfigured except `indexOf` and `lastIndexOf` wich returns `null` if the given subtring is not contained by the string to build.
113+
All methods throw an `\InvalidArgumentException` if misconfigured except `indexOf` and `lastIndexOf` wich return `null` if the given subtring is not contained by the string to build.
114114

115115
```{php}
116116
use Markenwerk\StringBuilder\StringBuilder;

0 commit comments

Comments
 (0)