From 93ce44e4ac24133ec514c27fb4f054ed2c81da65 Mon Sep 17 00:00:00 2001 From: Maciej Hirsz Date: Wed, 22 Mar 2023 20:26:10 +0000 Subject: [PATCH] Fix readme on children --- README.md | 2 +- crates/kobold/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34db76a0..f895ee96 100644 --- a/README.md +++ b/README.md @@ -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::*; diff --git a/crates/kobold/src/lib.rs b/crates/kobold/src/lib.rs index e75bfe29..90929285 100644 --- a/crates/kobold/src/lib.rs +++ b/crates/kobold/src/lib.rs @@ -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::*;