From 0b24ba0d26f4bd1abb11d3cbe10b06d5ee7bb433 Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Sun, 18 Jan 2015 13:10:50 -0500 Subject: [PATCH] Fix typo --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 1d0070ca91..87903b497c 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -103,7 +103,7 @@ is inclusive. `matchBounds: Slice[int]` :: the bounds of the match, as in `captureBounds[]` `(captureBounds|captures).toTable` :: returns a table with each named capture as a key. -`(captureBounds|capture).toSeq` :: returns all the captures by their number. +`(captureBounds|captures).toSeq` :: returns all the captures by their number. `$: string` :: same as `match` === Pattern