Fix spelling in some documentation

This commit is contained in:
Corban Raun
2017-10-28 00:03:51 -06:00
committed by Nick Craig-Wood
parent 68d0b5adbb
commit a8dfc5ce3b
9 changed files with 19 additions and 19 deletions

View File

@@ -69,7 +69,7 @@ docs](https://golang.org/pkg/regexp/syntax/) for more info on these.
- doesn't match "hullo"
A `{` and `}` define a choice between elements. It should contain a
comma seperated list of patterns, any of which might match. These
comma separated list of patterns, any of which might match. These
patterns can contain wildcards.
{one,two}_potato - matches "one_potato"