Skip to content

Commit 32cebee

Browse files
committed
Fix typo in README
1 parent 5fb9273 commit 32cebee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ phpctags
44
An enhanced php [ctags](http://ctags.sourceforge.net/) index file generator
55
compatible with http://ctags.sourceforge.net/FORMAT.
66

7-
Using [PHP_Parse](https://github.com/nikic/PHP-Parser) as PHP syntax parsing
7+
Using [PHP_Parser](https://github.com/nikic/PHP-Parser) as PHP syntax parsing
88
backend, written in pure PHP. The generated ctags index file contains scope
99
and access information about class's methods and properties.
1010

0 commit comments

Comments
 (0)