Merge pull request #160 from jamiehannaford/patch-1

Fix apostrophe
This commit is contained in:
Nikita Popov 2014-12-15 14:23:36 +01:00
commit e0f3e8a492

View File

@ -1,7 +1,7 @@
PHP Parser
==========
This is a PHP 5.2 to PHP 5.6 parser written in PHP. It's purpose is to simplify static code analysis and
This is a PHP 5.2 to PHP 5.6 parser written in PHP. Its purpose is to simplify static code analysis and
manipulation.
[**Documentation for version 1.0.x**][doc_master] (stable; for running on PHP >= 5.3).
@ -73,4 +73,4 @@ Additionally, you can convert a syntax tree back to PHP code. This allows you to
So, that's it, in a nutshell. You can find everything else in the [docs][doc_master].
[doc_0_9]: https://github.com/nikic/PHP-Parser/tree/0.9/doc
[doc_master]: https://github.com/nikic/PHP-Parser/tree/master/doc
[doc_master]: https://github.com/nikic/PHP-Parser/tree/master/doc