From e63923d912f0be96fa03ad087ef09486cf66b060 Mon Sep 17 00:00:00 2001 From: Jorge Luis Martinez Gomez Date: Tue, 15 Sep 2020 00:42:59 -0700 Subject: [PATCH] s/these/this/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccf106e..2aa9ee2 100644 --- a/README.md +++ b/README.md @@ -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|