Fix typo in the doc-string of Error::Url

pull/62/head
Max Bruckner 6 years ago committed by GitHub
parent 2cfc7ea09e
commit 1b196abb60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/error.rs

@ -41,7 +41,7 @@ pub enum Error {
SendQueueFull(Message),
/// UTF coding error
Utf8,
/// Invlid URL.
/// Invalid URL.
Url(Cow<'static, str>),
/// HTTP error.
Http(u16),

Loading…
Cancel
Save