Skip to content

Commit c9016a2

Browse files
committed
[docs] Fix typo
1 parent 8cbc730 commit c9016a2

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
@@ -252,7 +252,7 @@ Type and existance checks are switchable and can replace each other. It's made
252252
for flexibility.
253253

254254
```javascript
255-
Type.isRequired.number.string.function // -> final check is "required function".
255+
Type.isRequired.number.string.func // -> final check is "required function".
256256
```
257257

258258
In the same time the complex checks like `shape` or `arrayOf` require the input value to has certain

0 commit comments

Comments
 (0)