com php-langspec: Fix markup typo in spec/05-types.md:190: spec/05-types.md

[email protected] (Nikita Popov) Mon, 05 Dec 2016 12:35:56 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Commit:    0ac3b233e6fe5beba1d49dbfeb881b1ce9d4bd4c=0AAuthor:    Uni- <admi=
[email protected]>         Mon, 5 Dec 2016 01:36:01 +0900=0ACommitter: =
Nikita Popov <[email protected]>      Mon, 5 Dec 2016 13:35:56 +0100=0AParents:=
   44e1b9afa049975e898667b3819555041e383406=0ABranches:  master=0A=0ALink: =
      http://git.php.net/?p=3Dphp-langspec.git;a=3Dcommitdiff;h=3D0ac3b233e=
6fe5beba1d49dbfeb881b1ce9d4bd4c=0A=0ALog:=0AFix markup typo in spec/05-type=
s.md:190=0A=0AChanged paths:=0A  M  spec/05-types.md=0A=0A=0ADiff:=0Adiff -=
-git a/spec/05-types.md b/spec/05-types.md=0Aindex 4bd7772..fbf0c36 100644=
=0A--- a/spec/05-types.md=0A+++ b/spec/05-types.md=0A@@ -187,7 +187,7 @@ ar=
ray.=0A ###Objects=0A =0A An *object* is an instance of a [class](14-classe=
s.md#classes). Each distinct=0A-[]*class-declaration*](14-classes.md#class-=
declarations) defines a new class type, and each class=0A+[*class-declarati=
on*](14-classes.md#class-declarations) defines a new class type, and each c=
lass=0A type is an object type. The representation of object types is unspe=
cified.=0A =0A The library function [`is_object`](http://www.php.net/is_obj=
ect) indicates if a given value is an=0A