Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ockajak committed Jul 29, 2024
1 parent 3cd23a9 commit 1e8f463
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Enables direct functional-style collection manipulation without the usual iterat
## Functionality

- [Searching](#searching) - [Modifying](#modifying) - [Filtering](#filtering) -
[Mapping](#mapping) - [Inspecting](#inspecting) - [Aggregating](#aggregating)
[Mapping](#mapping) - [Inspecting](#inspecting) - [Aggregating](#aggregating)

- [Selecting](#selecting) - [Converting](#converting) - [Partitioning](#partitioning) -
[Merging](#merging) - [Sorting](#sorting) - [Miscellaneous](#miscellaneous)
[Merging](#merging) - [Sorting](#sorting) - [Miscellaneous](#miscellaneous)


## Examples
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
//! ## Functionality
//!
//! - [Searching](#searching) - [Modifying](#modifying) - [Filtering](#filtering) -
//! [Mapping](#mapping) - [Inspecting](#inspecting) - [Aggregating](#aggregating)
//! [Mapping](#mapping) - [Inspecting](#inspecting) - [Aggregating](#aggregating)
//!
//! - [Selecting](#selecting) - [Converting](#converting) - [Partitioning](#partitioning) -
//! [Merging](#merging) - [Sorting](#sorting) - [Miscellaneous](#miscellaneous)
//! [Merging](#merging) - [Sorting](#sorting) - [Miscellaneous](#miscellaneous)
//!
//!
//! ## Examples
Expand Down

0 comments on commit 1e8f463

Please sign in to comment.