Skip to content

Commit 4a5dc04

Browse files
committed
docs: apply deno task gen
1 parent 0c106ce commit 4a5dc04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

is/mod.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ export const is: {
455455
* }
456456
* ```
457457
*
458-
* With `predElse`:
458+
* With `predRest` to represent rest parameters:
459459
*
460460
* ```ts
461461
* import { as, is } from "@core/unknownutil";
@@ -823,7 +823,7 @@ export const is: {
823823
*/
824824
SyncFunction: typeof isSyncFunction;
825825
/**
826-
* Return a type predicate function that returns `true` if the type of `x` is `TupleOf<T>` or `TupleOf<T, E>`.
826+
* Return a type predicate function that returns `true` if the type of `x` is `TupleOf<T>` or `TupleOf<T, R>`.
827827
*
828828
* Use {@linkcode isUniformTupleOf} to check if the type of `x` is a tuple of uniform types.
829829
*
@@ -839,7 +839,7 @@ export const is: {
839839
* }
840840
* ```
841841
*
842-
* With `predElse`:
842+
* With `predRest` to represent rest elements:
843843
*
844844
* ```ts
845845
* import { is } from "@core/unknownutil";

0 commit comments

Comments
 (0)