Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pczarn committed Nov 30, 2024
1 parent 5ecdd50 commit 1b5fb13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ linked-list = { version = "0.0.3", features = ["serde"] }

### Description

Dynamic collections implemented with compact bit vectors.
An alternative implementation of standard `LinkedList` featuring a prototype `Cursor`.

<!-- cargo-rdme end -->

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! ### Description
//! # Description
//!
//! An alternative implementation of standard `LinkedList` featuring a prototype `Cursor`.
Expand Down

0 comments on commit 1b5fb13

Please sign in to comment.