Skip to content

Commit 9190087

Browse files
authored
Fix: false path for Reverse
1 parent 4983964 commit 9190087

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
@@ -239,7 +239,7 @@ Click the type names for complete docs.
239239
- [`Arrayable`](source/arrayable.d.ts) - Create a type that represents either the value or an array of the value.
240240
- [`Includes`](source/includes.d.ts) - Returns a boolean for whether the given array includes the given item.
241241
- [`Join`](source/join.d.ts) - Join an array of strings and/or numbers using the given string as a delimiter.
242-
- [`Reverse`](source/array-reverse.d.ts) - Creates a new array type by Reversing the order of each element in the original array.
242+
- [`Reverse`](source/reverse.d.ts) - Creates a new array type by Reversing the order of each element in the original array.
243243
- [`ArraySlice`](source/array-slice.d.ts) - Returns an array slice of a given range, just like `Array#slice()`.
244244
- [`LastArrayElement`](source/last-array-element.d.ts) - Extracts the type of the last element of an array.
245245
- [`FixedLengthArray`](source/fixed-length-array.d.ts) - Create a type that represents an array of the given type and length.

0 commit comments

Comments
 (0)