Skip to content

Commit

Permalink
Fix typos (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
woxtu authored Dec 7, 2022
1 parent 2a3b106 commit d44559b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ use derive_more::Display;

use crate::tokenizer::TokenType;

/// A error occuring during URL pattern construction, or matching.
/// A error occurring during URL pattern construction, or matching.
#[derive(Display)]
pub enum Error {
#[display(fmt = "a relative input without a base URL is not valid")]
BaseUrlRequired,

#[display(
fmt = "specifying both an init object, and a seperate base URL is not valid"
fmt = "specifying both an init object, and a separate base URL is not valid"
)]
BaseUrlWithInit,

Expand Down

0 comments on commit d44559b

Please sign in to comment.