Skip to content

Commit 9fba1b4

Browse files
docs(README.md): fix
1 parent fa94c33 commit 9fba1b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,7 @@ The **return value** is a `boolean` indicating whether or not the `value` is a `
19271927

19281928
`4.0.0`: The function has a properly working callback cause of the updated [`isObject`](#isobject).
19291929

1930-
`4.0.3`: Type variable `Obj` default value is not set to cause of it always being picked from the `value`.
1930+
`4.0.3`: Fix type variable `Obj` default value is not set to cause of it always being picked from the `value`.
19311931

19321932
Use `guardObject()` or `guard.is.object()` to guard the `value` to be an `object` of a generic `Obj` type.
19331933

packages/type/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,7 @@ The **return value** is a `boolean` indicating whether or not the `value` is a `
19271927

19281928
`4.0.0`: The function has a properly working callback cause of the updated [`isObject`](#isobject).
19291929

1930-
`4.0.3`: Type variable `Obj` default value is not set to cause of it always being picked from the `value`.
1930+
`4.0.3`: Fix type variable `Obj` default value is not set to cause of it always being picked from the `value`.
19311931

19321932
Use `guardObject()` or `guard.is.object()` to guard the `value` to be an `object` of a generic `Obj` type.
19331933

0 commit comments

Comments
 (0)