Skip to content

Commit 368397c

Browse files
committed
Add missing backticks to Yoda chapter
1 parent 7f59459 commit 368397c

File tree

1 file changed

+1
-1
lines changed
  • wordpress-coding-standards

1 file changed

+1
-1
lines changed

wordpress-coding-standards/php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ In the above example, if you omit an equals sign (admit it, it happens even to t
492492

493493
A little bizarre, it is, to read. Get used to it, you will.
494494

495-
This applies to ==, !=, ===, and !==. Yoda conditions for `<`, `>`, `<=` or `>=` are significantly more difficult to read and are best avoided.
495+
This applies to `==`, `!=`, `===`, and `!==`. Yoda conditions for `<`, `>`, `<=` or `>=` are significantly more difficult to read and are best avoided.
496496

497497
### Clever Code
498498

0 commit comments

Comments
 (0)