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 d955cf6 commit 3382c70
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 @@ -270,7 +270,7 @@ For ordering items you may specify a custom sorting comparer callback, that will
- Optional original object A
- Optional original object B

The method needs to return, if A is greater than, lower than or equal to B:
The method needs to return if A is greater than, lower than or equal to B:

- `-1`: A is lower than B
- `0`: A equals B
Expand All @@ -288,7 +288,7 @@ For comparing two objects you may use a custom comparer callback, that will get
- Object B
- Optional if strict comparsion was requested

The method needs to return, if A and B are equal (`true` or `false`).
The method needs to return if A and B are equal (`true` or `false`).

**NOTE**: Asynchronous functions aren't supported!

Expand Down

0 comments on commit 3382c70

Please sign in to comment.