fix typos (#50)

This commit is contained in:
avinassh
2020-05-21 01:28:16 +05:30
committed by GitHub
parent 4c9edec0b1
commit 4c9ef8b31f
6 changed files with 8 additions and 8 deletions

View File

@@ -105,7 +105,7 @@ impl Set {
Ok(Set { key, value, expire })
}
/// Apply the `Get` command to the specified `Db` instace.
/// Apply the `Get` 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.