Skip to content

Commit d11fdee

Browse files
docs(README.md): fix
1 parent a7b00d2 commit d11fdee

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
@@ -2680,7 +2680,7 @@ const guardPrimitive: GuardPrimitive =
26802680

26812681
| Returns | Type | Description |
26822682
| :-------------- | :-------: | :---------------------------------------------------------------- |
2683-
| `value is Type` | `boolean` | By default `Type` variable is equal to the type detected from the `value` and the **return type** is a `boolean` as the result of its statement indicating the `value` is [`Primitive`](#primitive) from the detected `value` type |
2683+
| `value is Type` | `boolean` | By default `Type` variable is equal to the type detected from the `value` and the **return type** is a `boolean` as the result of its statement indicating the `value` is detected from the `value` type of [`Primitive`](#primitive) |
26842684

26852685
The **return value** is a `boolean` indicating whether or not the `value` is the [`Primitive`][primitive] from the `type`.
26862686

0 commit comments

Comments
 (0)