Skip to content

Commit bc215ec

Browse files
committed
Correct the documentation
1 parent 43a2551 commit bc215ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/context/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -905,15 +905,15 @@ pub enum InfoContextBuilderFieldTopLevelValue {
905905
/// <dictionary name>:<key 1>=<value 1>,<key 2>=<value 2>
906906
/// ```
907907
///
908-
/// Let's suppose we added a section `"my_info"`. Then we into this
908+
/// Let's suppose we added a section `"my_info"`. Then into this
909909
/// section we can add a dictionary. Let's add a dictionary named
910910
/// `"module"`, with with fields `"name"` which is equal to
911911
/// `"redisgears_2"` and `"ver"` with a value of `999999`. If our
912912
/// module is named "redisgears_2", we can call `INFO redisgears_2`
913913
/// to obtain this information:
914914
///
915915
/// ```no_run,ignore,
916-
/// > redis-cli: INFO
916+
/// > redis-cli: INFO redisgears_2
917917
/// >
918918
/// > # redisgears_2_my_info
919919
/// module:name=redisgears_2,ver=999999

0 commit comments

Comments
 (0)