diff --git a/src/handshake/server.rs b/src/handshake/server.rs index 9a7a20c..b207f06 100644 --- a/src/handshake/server.rs +++ b/src/handshake/server.rs @@ -93,7 +93,7 @@ pub fn create_response_with_body( Ok(create_parts(request)?.body(generate_body())?) } -/// Write response to the stream `w`. +/// Write `response` to the stream `w`. pub fn write_response(mut w: impl io::Write, response: &HttpResponse) -> Result<()> { writeln!( w,