com php-langspec: Fix typo: spec/09-lexical-structure.md

[email protected] (Nikita Popov) Thu, 12 Jan 2017 00:14:15 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Commit:    22020fb79ec8f9a0cf33d947d5e0f76c38a86fb1=0AAuthor:    ehmicky <e=
[email protected]>         Thu, 22 Dec 2016 18:54:08 +0100=0A=
Committer: Nikita Popov <[email protected]>      Thu, 12 Jan 2017 01:14:15 +010=
0=0AParents:   2614bab90325039c9ed9c667a4766264d63eb145=0ABranches:  master=
=0A=0ALink:       http://git.php.net/?p=3Dphp-langspec.git;a=3Dcommitdiff;h=
=3D22020fb79ec8f9a0cf33d947d5e0f76c38a86fb1=0A=0ALog:=0AFix typo=0A=0AChang=
ed paths:=0A  M  spec/09-lexical-structure.md=0A=0A=0ADiff:=0Adiff --git a/=
spec/09-lexical-structure.md b/spec/09-lexical-structure.md=0Aindex 7d11b77=
..f06cbe7 100644=0A--- a/spec/09-lexical-structure.md=0A+++ b/spec/09-lexic=
al-structure.md=0A@@ -351,7 +351,7 @@ dollar ($).=0A Unless stated otherwis=
e ([functions](13-functions.md#function-definitions),=0A [classes](14-class=
es.md#class-declarations), [methods](14-classes.md#methods),=0A [interfaces=
](15-interfaces.md#interface-declarations), [traits](16-traits.md#trait-dec=
larations),=0A-[namespaces](18-namespaces.md#defining-namespaces), names ar=
e case-sensitive, and every character in a name is significant.=0A+[namespa=
ces](18-namespaces.md#defining-namespaces)), names are case-sensitive, and =
every character in a name is significant.=0A =0A Names beginning with two u=
nderscores (__) are reserved by the PHP language and should not be defined =
by the user code.=0A