From bc215ec7e88890c50c4535a95463ce37c9dc2f44 Mon Sep 17 00:00:00 2001 From: Victor Polevoy Date: Mon, 17 Jul 2023 17:40:06 +0200 Subject: [PATCH] Correct the documentation --- src/context/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/context/mod.rs b/src/context/mod.rs index c4d97589..cccce3a9 100644 --- a/src/context/mod.rs +++ b/src/context/mod.rs @@ -905,7 +905,7 @@ pub enum InfoContextBuilderFieldTopLevelValue { /// :=,= /// ``` /// - /// Let's suppose we added a section `"my_info"`. Then we into this + /// Let's suppose we added a section `"my_info"`. Then into this /// section we can add a dictionary. Let's add a dictionary named /// `"module"`, with with fields `"name"` which is equal to /// `"redisgears_2"` and `"ver"` with a value of `999999`. If our @@ -913,7 +913,7 @@ pub enum InfoContextBuilderFieldTopLevelValue { /// to obtain this information: /// /// ```no_run,ignore, - /// > redis-cli: INFO + /// > redis-cli: INFO redisgears_2 /// > /// > # redisgears_2_my_info /// module:name=redisgears_2,ver=999999