File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments