Skip to content

Commit a7b00d2

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

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
@@ -385,7 +385,7 @@ const isArray: IsArray = <Type = any>(value: any, callback: ResultCallback = res
385385

386386
| Returns | Type | Description |
387387
| :--------------------- | :-------: | :---------------------------------------------------------------- |
388-
| `value is Array<Type>` | `boolean` | By default `Type` variable is equal to `any` and the **return type** is a `boolean` as the result of return statement indicating the `value` is an [`Array`][array] of `any` type |
388+
| `value is Array<Type>` | `boolean` | By default `Type` variable is equal to `any` and the **return type** is a `boolean` as the result of its statement indicating the `value` is an [`Array`][array] of `any` type |
389389

390390
The **return value** is a `boolean` indicating whether or not the `value` is an [`Array`][array].
391391

0 commit comments

Comments
 (0)