Skip to content

Commit

Permalink
Merge pull request #13 from gnp/patch-1
Browse files Browse the repository at this point in the history
Fix comment typo
  • Loading branch information
Sayan751 authored Feb 1, 2024
2 parents 6748a35 + b982564 commit 6396ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-lib/src/email_address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use wasm_bindgen::prelude::*;

/// Options for parsing.
///
/// The is only one available option so far `is_lax` which can be set to
/// There is only one available option so far `is_lax` which can be set to
/// `true` or `false` to enable/disable obsolete parts parsing.
/// The default is `false`.
#[cfg_attr(target_arch = "wasm32", wasm_bindgen)]
Expand Down

0 comments on commit 6396ead

Please sign in to comment.