Skip to content

Commit

Permalink
Fix readme on children
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejhirsz committed Mar 22, 2023
1 parent 0fc3d78 commit 93ce44e
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 @@ -201,7 +201,7 @@ fn main() {
}
```

You can change the name of the function argument used, or even set a concrete type:
You can change the name of the parameter used and even set it to a concrete:

```rust
use kobold::prelude::*;
Expand Down
2 changes: 1 addition & 1 deletion crates/kobold/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
//! }
//! ```
//!
//! You can change the name of the function argument used, or even set a concrete type:
//! You can change the name of the parameter used and even set it to a concrete:
//!
//! ```no_run
//! use kobold::prelude::*;
Expand Down

0 comments on commit 93ce44e

Please sign in to comment.