Skip to content

Commit

Permalink
reword some docs in intros and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Jan 19, 2025
1 parent 891224b commit cfce52a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
>
> Where required we had to fork other crates due to an incompatibility in needs or scope,
> while this is unfortuante as it leads to more work for us, we gladly do so in case
> it fits in our mission of empowerement of rama users, including ourselves.
> it fits in our mission of empowering rama users, including ourselves.
> You can find more information about these forks at <https://github.com/plabayo/rama/blob/main/FORK.md>.
> As much as possible we preserve the code layout of forked cod modules, as to be able
> As much as possible we preserve the code layout of forked code modules, as to be able
> to keep in sync with upstream and push patches upstream where applicable.
Rama is async-first using [Tokio](https://tokio.rs/) as its _only_ Async Runtime.
Expand Down
4 changes: 2 additions & 2 deletions docs/book/src/preface.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
>
> Where required we had to fork other crates due to an incompatibility in needs or scope,
> while this is unfortuante as it leads to more work for us, we gladly do so in case
> it fits in our mission of empowerement of rama users, including ourselves.
> it fits in our mission of empowering rama users, including ourselves.
> You can find more information about these forks at <https://github.com/plabayo/rama/blob/main/FORK.md>.
> As much as possible we preserve the code layout of forked cod modules, as to be able
> As much as possible we preserve the code layout of forked code modules, as to be able
> to keep in sync with upstream and push patches upstream where applicable.
Rama is async-first using [Tokio](https://tokio.rs/) as its _only_ Async Runtime.
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
//! >
//! > Where required we had to fork other crates due to an incompatibility in needs or scope,
//! > while this is unfortuante as it leads to more work for us, we gladly do so in case
//! > it fits in our mission of empowerement of rama users, including ourselves.
//! > it fits in our mission of empowering rama users, including ourselves.
//! > You can find more information about these forks at <https://github.com/plabayo/rama/blob/main/FORK.md>.
//! > As much as possible we preserve the code layout of forked cod modules, as to be able
//! > As much as possible we preserve the code layout of forked code modules, as to be able
//! > to keep in sync with upstream and push patches upstream where applicable.
//!
//! Rama is async-first using [Tokio](https://tokio.rs/) as its _only_ Async Runtime.
Expand Down

0 comments on commit cfce52a

Please sign in to comment.