Skip to content

Commit 4b10e31

Browse files
committed
docs(linter): fix doc formatting for perfer-lociatl-op-over-ternary
1 parent 8404da4 commit 4b10e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_linter/src/rules/unicorn/prefer_logical_operator_over_ternary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ declare_oxc_lint!(
3333
/// ```
3434
///
3535
/// Examples of **correct** code for this rule:
36-
// ```javascript
36+
/// ```javascript
3737
/// const foo = bar || baz;
3838
/// console.log(foo ?? bar);
3939
/// ```

0 commit comments

Comments
 (0)