Skip to content

Commit 561e854

Browse files
authored
Update readme.md
1 parent f223f1c commit 561e854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let set = new QuickSet()
3636

3737
```
3838

39-
This instantiates a new set with [default parameters](https://github.com/dleeftink/QuickSet/tree/main/docs/config.md#new-quickset-config) and a top-k window of `0` length, which may need additional configuring to suit your needs. As a rule of thumb:
39+
This instantiates a new set with [default parameters](https://github.com/dleeftink/QuickSet/tree/main/docs/config.md#new-quickset-config) and a top-k window of 0-length, which may need additional configuring to suit your needs. As a rule of thumb:
4040

4141
1. If you are interested in using unweighted set operations only, use [`add`](https://github.com/dleeftink/QuickSet/tree/main/docs/config.md#add-uint-value) or [`put`](https://github.com/dleeftink/QuickSet/tree/main/docs/config.md#put-uint-value) for single and [`unique`](https://github.com/dleeftink/QuickSet/tree/main/docs/config.md#unique-uints) for bulk insertions.
4242
2. If you want to assign weights to integers, use [`sum`](https://github.com/dleeftink/QuickSet/tree/main/docs/config.md#sum-uint-value) for single and [`batch`](https://github.com/dleeftink/QuickSet/tree/main/docs/config.md#batch-uints-values) for bulk insertions.

0 commit comments

Comments
 (0)