fix typo on Set command apply function: Get should be Set (#52)

This commit is contained in:
João Oliveira
2020-05-27 17:19:35 +01:00
committed by GitHub
parent e9c38ed030
commit dc8993b56b

View File

@@ -105,7 +105,7 @@ impl Set {
Ok(Set { key, value, expire })
}
/// Apply the `Get` command to the specified `Db` instance.
/// Apply the `Set` command to the specified `Db` instance.
///
/// The response is written to `dst`. This is called by the server in order
/// to execute a received command.