Fix typos (#145)

This commit is contained in:
John Vandenberg
2024-06-27 22:55:21 +08:00
committed by GitHub
parent ab7353bc23
commit c2b18b96d1
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ use tokio::net::TcpListener;
use tokio::task::JoinHandle;
/// A basic "hello world" style test. A server instance is started in a
/// background task. A client instance is then established and used to intialize
/// background task. A client instance is then established and used to initialize
/// the buffer. Set and get commands are sent to the server. The response is
/// then evaluated.
#[tokio::test]