com php-langspec: Fix statement capitalization: spec/00-specification-for-php.md spec/11-statements.md
[email protected] (Nikita Popov) Thu, 28 Sep 2017 16:01:43 +0000
| Newsgroups | php.standards.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 1dc4793ede53b12a2b193698d9ef44709bcf9b10=0AAuthor: James Gill= iland <[email protected]> Mon, 25 Sep 2017 12:15:12 -0500=0ACommi= tter: Nikita Popov <[email protected]> Thu, 28 Sep 2017 18:01:43 +0= 200=0AParents: dc3290165ea3fd5b0422ddca63f464c6bd6855c7=0ABranches: mast= er=0A=0ALink: http://git.php.net/?p=3Dphp-langspec.git;a=3Dcommitdiff= ;h=3D1dc4793ede53b12a2b193698d9ef44709bcf9b10=0A=0ALog:=0AFix statement cap= italization=0A=0Ajust making it consistent with the other items in the list= .=0A=0AChanged paths:=0A M spec/00-specification-for-php.md=0A M spec/1= 1-statements.md=0A=0A=0ADiff:=0Adiff --git a/spec/00-specification-for-php.= md b/spec/00-specification-for-php.md=0Aindex 92b2612..a99db74 100644=0A---= a/spec/00-specification-for-php.md=0A+++ b/spec/00-specification-for-php.m= d=0A@@ -183,8 +183,8 @@ is distributed without any warranty.=0A - [The = `throw` Statement](11-statements.md#the-throw-statement)=0A - [The `try` = Statement](11-statements.md#the-try-statement)=0A - [The `declare` Statem= ent](11-statements.md#the-declare-statement)=0A- - [The `echo` statement](= 11-statements.md#the-echo-statement)=0A- - [The `unset` statement](11-stat= ements.md#the-unset-statement)=0A+ - [The `echo` Statement](11-statements.= md#the-echo-statement)=0A+ - [The `unset` Statement](11-statements.md#the-= unset-statement)=0A - [Arrays](12-arrays.md#arrays)=0A - [General](12-arr= ays.md#general)=0A - [Array Creation and Initialization](12-arrays.md#arr= ay-creation-and-initialization)=0Adiff --git a/spec/11-statements.md b/spec= /11-statements.md=0Aindex 99f60d0..a8dfc9e 100644=0A--- a/spec/11-statement= s.md=0A+++ b/spec/11-statements.md=0A@@ -1294,7 +1294,7 @@ declare(encoding= =3D 'ISO-8859-1'); // Latin-1 Western European=0A declare(encoding =3D 'IS= O-8859-5'); // Latin/Cyrillic=0A ```=0A =0A-## The `echo` statement=0A+## T= he `echo` Statement=0A =0A **Syntax**=0A =0A@@ -1345,7 +1345,7 @@ $v3 =3D "= qqq{$v2}zzz";=0A echo "$v3\n";=0A ```=0A =0A-## The `unset` statement=0A+##= The `unset` Statement=0A =0A **Syntax**=0A