Skip to content

Commit 06781ab

Browse files
committed
docs(linter): fix doc formatting for perfer-logical-op-over-ternary (#11920)
closes oxc-project/website#407
1 parent 8404da4 commit 06781ab

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)