Skip to content

Commit ae2c2a3

Browse files
committed
spelling: semantics
Signed-off-by: Josh Soref <[email protected]>
1 parent 0583ae0 commit ae2c2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ pub trait CliOptions {
408408
fn config_path(&self) -> Option<&Path>;
409409
}
410410

411-
/// The edition of the syntax and semntics of code (RFC 2052).
411+
/// The edition of the syntax and semantics of code (RFC 2052).
412412
#[config_type]
413413
pub enum Edition {
414414
#[value = "2015"]

0 commit comments

Comments
 (0)