We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6874a commit c78a57aCopy full SHA for c78a57a
1 file changed
crates/oxc_syntax/src/operator.rs
@@ -9,7 +9,7 @@ use oxc_span::ContentEq;
9
10
use crate::precedence::{GetPrecedence, Precedence};
11
12
-/// Operators that may be used in assignment epxressions.
+/// Operators that may be used in assignment expressions.
13
///
14
/// ## References
15
/// - [13.15 Assignment Operators](https://tc39.es/ecma262/#sec-assignment-operators)
0 commit comments