Skip to content

Commit 3010fc7

Browse files
author
Peter Marton
committed
Rename. Fix blocks.
1 parent fcc0cc9 commit 3010fc7

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
@@ -1,4 +1,4 @@
1-
# RisingStack JavaScript Style Guide() {
1+
# RisingStack Node.js Style Guide() {
22

33
*A mostly reasonable approach to JavaScript - how we write Node.js at RisingStack*
44

@@ -707,7 +707,7 @@ Heavily inspired by
707707
if (test)
708708
return false;
709709

710-
// good
710+
// bad
711711
if (test) return false;
712712

713713
// good

0 commit comments

Comments
 (0)