Skip to content

Commit

Permalink
minor introduction change
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Feb 13, 2024
1 parent 0962fc1 commit 4f81b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/a-kind-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ If you use another DB layer, it’s probably easy to add the relevant extension.

The crate comes with more features.

This blog post is too short to detail them all, the documentation is better suited, but here's for a taste of it.
This introduction is too short to detail them all, the documentation is better suited, but here's for a taste of it.

When you use this kind of struct in the Rust ecosystem, you usually need to implement a few standard traits, like `PartialEq` and `Eq`, `Hash`, `PartialOrd` and `Ord`, `Debug`. Kind comes with those implementations.

Expand Down

0 comments on commit 4f81b93

Please sign in to comment.