fixed mistake in readme

This commit is contained in:
John Mair 2011-07-13 00:58:57 +12:00
parent 98b6354b79
commit 939c7f144f
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ whitespace in between. Commands support a flexible syntax and allow
Pry command will show a list of all private instance methods (in
scope) that begin with 'pa'
pry(YARD::Parser::SourceParser):5> ls -Mp --grep pa
pry(YARD::Parser::SourceParser):5> ls -Mp --grep ^pa
[:parser_class, :parser_type=, :parser_type_for_filename]
### Navigating around state