com php-langspec: fix orphaned try-statement in `19-grammar.md`: spec/19-grammar.md
[email protected] (Nikita Popov) Wed, 09 Nov 2016 20:27:56 +0000
| Newsgroups | php.standards.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 676257512edc3bd92a78300105d9f2fef569b864=0AAuthor: Sara Itani= <[email protected]> Mon, 7 Nov 2016 15:04:40 -0800=0ACommitter:= Nikita Popov <[email protected]> Wed, 9 Nov 2016 21:27:56 +0100=0AParents= : 9c176451d86ce4bc3f10ecba510df769e41c9932=0ABranches: master=0A=0ALink:= http://git.php.net/?p=3Dphp-langspec.git;a=3Dcommitdiff;h=3D67625751= 2edc3bd92a78300105d9f2fef569b864=0A=0ALog:=0Afix orphaned try-statement in = `19-grammar.md`=0A=0A`statement` should point to `try-statement`. This now = matches the=0Adefinition in `11-statements.md`=0A=0AChanged paths:=0A M s= pec/19-grammar.md=0A=0A=0ADiff:=0Adiff --git a/spec/19-grammar.md b/spec/19= -grammar.md=0Aindex e9dfa04..d616407 100644=0A--- a/spec/19-grammar.md=0A++= + b/spec/19-grammar.md=0A@@ -829,6 +829,7 @@ The grammar notation is descri= bed in [Grammars section](09-lexical-structure.md#=0A <i>selection-stat= ement</i>=0A <i>iteration-statement</i>=0A <i>jump-statement</i>=0A= + <i>try-statement</i>=0A <i>declare-statement</i>=0A <i>const-d= eclaration</i>=0A <i>function-definition</i>=0A