Skip to content

Commit 4162303

Browse files
lespacedunmatinlencioni
authored andcommitted
Typo : text link to 13.5 was not working (airbnb#1020)
1 parent 3ad3368 commit 4162303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ Other Style Guides
14171417
return name;
14181418
}
14191419
```
1420-
<a name=variables--no-chain-assignment""></a><a name="13.5"></a>
1420+
<a name="variables--no-chain-assignment"></a><a name="13.5"></a>
14211421
- [13.5](#variables--no-chain-assignment) Don't chain variable assignments. eslint: [`one-var`](http://eslint.org/docs/rules/one-var.html)
14221422
14231423
> Why? Chaining variable assignments creates implicit global variables.

0 commit comments

Comments
 (0)