Merge pull request #88 from dbrgn/fix-typo

Fix typo in docs
pull/95/head
Daniel Abramov 5 years ago committed by GitHub
commit af1fe25efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/handshake/server.rs

@ -91,7 +91,7 @@ pub struct ErrorResponse {
pub error_code: StatusCode,
/// Extra response headers, if any.
pub headers: Option<ExtraHeaders>,
/// REsponse body, if any.
/// Response body, if any.
pub body: Option<String>,
}

Loading…
Cancel
Save