kschiess / parslet

A small PEG based parser library. See the Hacking page in the Wiki as well.
kschiess.github.com/parslet
MIT License
809 stars 95 forks source link

Fix a typo. #123

Closed wusuopu closed 9 years ago

wusuopu commented 9 years ago

In ruby, heredoc can use << or <<-. see http://en.wikipedia.org/wiki/Here_document#Ruby

kschiess commented 9 years ago

Hei - can you also fix the source for that at https://github.com/kschiess/parslet/blob/master/website/source/parser.html.textile? Thanks for caring!

wusuopu commented 9 years ago

It fix now.

kschiess commented 9 years ago

I meant: Can you change the file I link to above as well?

kschiess commented 9 years ago

I just saw your other PR. Thanks for the input.