Skip to content

Commit c6b1a43

Browse files
Mustafa UZUNljharb
authored andcommitted
[guide] rename qux to quux
Fixes #2661
1 parent 6947138 commit c6b1a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2702,7 +2702,7 @@ Other Style Guides
27022702
// bad
27032703
if (baz) {
27042704
2705-
console.log(qux);
2705+
console.log(quux);
27062706
} else {
27072707
console.log(foo);
27082708
@@ -2723,7 +2723,7 @@ Other Style Guides
27232723
27242724
// good
27252725
if (baz) {
2726-
console.log(qux);
2726+
console.log(quux);
27272727
} else {
27282728
console.log(foo);
27292729
}

0 commit comments

Comments
 (0)