Skip to content

Commit

Permalink
Correct the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
iddm committed Jul 17, 2023
1 parent 43a2551 commit bc215ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -905,15 +905,15 @@ pub enum InfoContextBuilderFieldTopLevelValue {
/// <dictionary name>:<key 1>=<value 1>,<key 2>=<value 2>
/// ```
///
/// 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
/// module is named "redisgears_2", we can call `INFO redisgears_2`
/// 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
Expand Down

0 comments on commit bc215ec

Please sign in to comment.