Skip to content

Commit 4c6dfb8

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 7ec9fbd + 26e01b3 commit 4c6dfb8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ The class `SetBased\Abc\Helper\Cast` has the following methods for testing mixed
8484
| isOptInt | returns true | bool |
8585
| isOptString | returns true | bool |
8686

87-
The class `SetBased\Abc\Helper\Cast` has the methods shown int he table below for casting mixed values to a primitive
88-
data type. When a value can not casted safely to a type n exception will be thrown.
87+
The class `SetBased\Abc\Helper\Cast` has the methods shown in the table below for casting mixed values to a primitive
88+
data type. When a value can not casted an exception will be thrown.
8989

9090
| Method | Null Value | Return Type |
9191
| ---------------- | ------------------- | ------------ |
@@ -135,7 +135,7 @@ Exception
135135

136136
## Finite Floats
137137

138-
A float can finite (e.g. 3.14), infinite (i.e. INF or -INF), or not a number (i.e. NAN). The
138+
A float can be finite (e.g. 3.14), infinite (i.e. INF or -INF), or not a number (i.e. NAN). The
139139
`[is|to][Man|Opt]FiniteFloat` methods will assist in establishing a value is a real floating point number.
140140

141141
## Booleans
@@ -160,13 +160,13 @@ composer require setbased/helper-cast
160160
```
161161

162162

163-
# License
164-
165-
This project is licensed under the MIT license.
166-
167-
168163
# References
169164

170165
* [PHP RFC: Safe Casting Functions](https://wiki.php.net/rfc/safe_cast)
171166
* A functional and closer to the original RFC implementation [theodorejb/PolyCast
172167
](https://github.com/theodorejb/PolyCast).
168+
169+
170+
# License
171+
172+
This project is licensed under the MIT license.

0 commit comments

Comments
 (0)