Skip to content

Commit

Permalink
Merge pull request #9 from elazar/master
Browse files Browse the repository at this point in the history
Parse error in any() example from README.md
  • Loading branch information
whatthejeff committed Jun 1, 2011
2 parents b502107 + f886246 commit 83b01e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ If you've been paying attention, you probably noticed every method that starts w
``` php
<?php

any(';^/posts/(?<id>\d+);', function()) {
any(';^/posts/(?<id>\d+);', function() {
// load a post
pass();
}
Expand Down

0 comments on commit 83b01e8

Please sign in to comment.