Merge pull request #74 from PhilLab/patch-1

Fixed swapped rule links
pull/76/head
Gabriel Dos Reis 10 years ago
commit a426e5fcd6

@ -6324,8 +6324,8 @@ Statement rules:
* [ES.74: Prefer to declare a loop variable in the initializer part of as `for`-statement](#Res-for-init)
* [ES.75: Avoid `do`-statements](#Res-do)
* [ES.76: Avoid `goto`](#Res-goto)
* [ES.77: ??? `break`](#Res-break)
* [ES.78: ??? `continue`](#Res-continue)
* [ES.77: ??? `continue`](#Res-continue)
* [ES.78: ??? `break`](#Res-break)
* [ES.79: ??? `default`](#Res-default)
* [ES.85: Make empty statements visible](#Res-empty)

Loading…
Cancel
Save