Skip to content

Commit 97a6883

Browse files
committed
Fix markdown style breaking
It came from the special characters "M-BM-": ``` diff README.md README.md.new | cat -A 651c651$ < const foo = function uniqueMoreDescriptiveLexicalFoo() {$ ---$ > M-BM- M-BM- const short = function longUniqueMoreDescriptiveLexicalFoo() {$ ```
1 parent 232b719 commit 97a6883

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
@@ -647,8 +647,8 @@ Other Style Guides
647647
};
648648

649649
// good
650-
// lexical name distinguished from the variable-referenced invocation(s)
651-
   const short = function longUniqueMoreDescriptiveLexicalFoo() {
650+
// lexical name distinguished from the variable-referenced invocation(s)
651+
const short = function longUniqueMoreDescriptiveLexicalFoo() {
652652
// ...
653653
};
654654
```

0 commit comments

Comments
 (0)