Skip to content

Commit 6b5a4fb

Browse files
committed
WIP
1 parent e7af582 commit 6b5a4fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[![Release](https://img.shields.io/github/release/CogitatorTech/ordered.svg?label=release&style=flat&labelColor=282c34&logo=github)](https://github.com/CogitatorTech/ordered/releases/latest)
1717
[![License](https://img.shields.io/badge/license-MIT-007ec6?label=license&style=flat&labelColor=282c34&logo=open-source-initiative)](https://github.com/CogitatorTech/ordered/blob/main/LICENSE)
1818

19-
A sorted collection library for Zig
19+
A sorted collection library (sorted sets and sorted maps) for Zig
2020

2121
</div>
2222

@@ -37,7 +37,7 @@ experience in Zig.
3737

3838
### Data Structures
3939

40-
Ordered provides two main interfaces for working with sorted collections: sorted maps and sorted sets.
40+
Ordered provides two main interfaces for working with sorted collections: *sorted maps* and *sorted sets*.
4141
At the moment, Ordered supports the following implementations of these interfaces:
4242

4343
#### Maps (key-value)

0 commit comments

Comments
 (0)