File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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";
You can’t perform that action at this time.
0 commit comments