Skip to content

Commit

Permalink
Merge pull request #36 from arindas/develop
Browse files Browse the repository at this point in the history
chore: fix typos in README
  • Loading branch information
arindas authored Aug 10, 2024
2 parents f342b35 + 205d67f commit 4206d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</p>

<p align="center">
An attempt to rewrite <a href="https://github.com/arindas/laminarmq"><code>laminarmq</code></a> I/O layer
An attempt to rewrite the <a href="https://github.com/arindas/laminarmq"><code>laminarmq</code></a> I/O layer
to accommodate bounded memory overhead when reading and writing.
</p>

Expand Down Expand Up @@ -56,7 +56,7 @@ This crate provides the following I/O related traits:
<br>
This library makes the following improvments over existing I/O primitives in `laminarmq`:
This library makes the following improvements over existing I/O primitives in `laminarmq`:
- Provides traits at individual operaton level i.e `Read` / `Append` level as opposed to a unified `Storage` trait
- All operations are exclusive with a `&mut self` receiver to avoid internal locks
Expand Down

0 comments on commit 4206d7e

Please sign in to comment.