Skip to content

Commit

Permalink
Remove non-inclusive language
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed Jun 19, 2024
1 parent f710d94 commit 6b9143e
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 @@ -27,7 +27,7 @@ and [Poem](https://github.com/poem-web/poem).
boilerplate. Simply provide a
[FunctionService](https://docs.rs/roadster/latest/roadster/service/function/service/struct.FunctionService.html)
with your async function and register it in the `App#services` method.
- Provides sane defaults so you can focus on building your app, but most (all?) of the built-in behavior can be
- Provides sensible defaults so you can focus on building your app, but most (all?) of the built-in behavior can be
customized or disabled via per-environment configuration files.
- Uses `#![forbid(unsafe_code)]` to ensure all code in Roadster is 100% safe rust.
- Provides a CLI for common commands, and allows consumers to provide their own CLI commands
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//!
//! - Built on Tokio's web stack (axum, tower, hyper, tracing). App behavior can be easily extended by taking advantage of
//! all the resources in the tokio ecosystem.
//! - Provides sane defaults so you can focus on building your app.
//! - Provides sensible defaults so you can focus on building your app.
//! - Most of the built-in behavior can be customized or even disabled via per-environment configuration files.
//! - Uses `#![forbid(unsafe_code)]` to ensure all code in Roadster is 100% safe rust.
Expand Down

0 comments on commit 6b9143e

Please sign in to comment.