Skip to content

Commit dc8993b

Browse files
authored
fix typo on Set command apply function: Get should be Set (#52)
1 parent e9c38ed commit dc8993b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/set.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ impl Set {
105105
Ok(Set { key, value, expire })
106106
}
107107

108-
/// Apply the `Get` command to the specified `Db` instance.
108+
/// Apply the `Set` command to the specified `Db` instance.
109109
///
110110
/// The response is written to `dst`. This is called by the server in order
111111
/// to execute a received command.

0 commit comments

Comments
 (0)