Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aro1914 committed Aug 5, 2022
1 parent d78ac18 commit e8426e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ aroTable.returnArray(); // Returns [ -4, 2.1, 5, 5.1, 6 ]

### The **search()** Method

The **search()** method takes in a value (that can be converted to a valid number) argument and an optional second boolean argument, to perform two kinds of searches:
The **search()** method takes in a value (that can be converted to a valid number) and an optional second boolean argument, to perform two kinds of searches:

- **Lossless** - The default search type, explicitly specified by passing a second boolean argument with the value of `true`.
Returns results for the exact value passed as the first argument in an array with two values, the first shows the index the number first occurs in an array representation of the AroTable, and the second shows how many times it occurs.
Expand Down

0 comments on commit e8426e7

Please sign in to comment.