From 715202f213f428078f50626923b64c9f47787fee Mon Sep 17 00:00:00 2001 From: Warlock Date: Thu, 7 Sep 2023 19:45:53 +0300 Subject: [PATCH 1/2] fix mistype --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0b8162..e1f01ce 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ in the same module as the `FooBar` trait. - `delegate`: Proxies each missing method, constant and type to an expression (usually `self.field`) or another type implementing the same trait. -- `lo`]: +- `lo`: Calls a `format!`-like macro with the method arguments. ## How this works From 28d94bce13cf60cee8f375a290f0279cb25ccf4e Mon Sep 17 00:00:00 2001 From: Jonathan Chan Kwan Yin Date: Fri, 8 Sep 2023 11:09:32 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f01ce..94d4e2b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ in the same module as the `FooBar` trait. - `delegate`: Proxies each missing method, constant and type to an expression (usually `self.field`) or another type implementing the same trait. -- `lo`: +- `log`: Calls a `format!`-like macro with the method arguments. ## How this works