Skip to content

Commit c78a57a

Browse files
committed
docs(syntax): fix typo (#21044)
1 parent da6874a commit c78a57a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/oxc_syntax/src/operator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use oxc_span::ContentEq;
99

1010
use crate::precedence::{GetPrecedence, Precedence};
1111

12-
/// Operators that may be used in assignment epxressions.
12+
/// Operators that may be used in assignment expressions.
1313
///
1414
/// ## References
1515
/// - [13.15 Assignment Operators](https://tc39.es/ecma262/#sec-assignment-operators)

0 commit comments

Comments
 (0)