Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nd1012 committed Jan 16, 2022
1 parent 20c92c9 commit f3a8fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ The method needs to return, if A and B are equal (`true` or `false`).

## Useful LINQ extensions

Feel free to load `linqext.js` or `linqext.min.js` for some more hopefully helpful LINQ methods in the `LinqArrayExt` type:
Feel free to load `linqext.js` or `linqext.min.js` in addition for some more hopefully helpful LINQ methods in the `LinqArrayExt` type:

- `InnerJoin`
- `LeftJoin`
Expand All @@ -309,7 +309,7 @@ Feel free to load `linqext.js` or `linqext.min.js` for some more hopefully helpf
- `Doubles` finds items that are included more than once (and returns them grouped)
- `Replace` replaces an item with another item
- static `FromCsv` parses a CSV data source
- static `Fibonacci` creates an (almost) endless Fibonacci sequence (will crash when the maximum numeric value exceeded)
- static `Fibonacci` creates an (almost) endless Fibonacci sequence (will crash when it exceeds the maximum numeric value)
- static `RandomInt` created an infinity sequence of random integer values
- static `RandomArbitrary` created an infinity sequence of random numeric values

Expand Down

0 comments on commit f3a8fed

Please sign in to comment.