Skip to content

Commit

Permalink
s/these/this/
Browse files Browse the repository at this point in the history
  • Loading branch information
jolmg committed Sep 15, 2020
1 parent 84495d3 commit e63923d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ combinators are defined with `define_combinator`. Strictly speaking, it's
not necessary to use that to define combinators. You can do it with
variable assignment or `def` syntax. Nevertheless, `define_combinator` is
preferred because it automates the assignment of a label to the combinator.
Consider these examples:
Consider this example:

```ruby
define_combinator :between do |left, right, p|
Expand Down

0 comments on commit e63923d

Please sign in to comment.