Updated SC2265 (markdown)

Joachim Ansorg
2025-05-03 17:00:21 +02:00
parent 78a54260e2
commit 3b2331cfdb

@@ -1,4 +1,4 @@
## Use && for logical AND. Single & will background and return true.
## Use `&&` for logical AND. Single `&` will background and return true.
### Problematic code: