Fix a few small typos.

This commit is contained in:
Steve Krulewitz
2015-02-21 22:43:58 -08:00
parent 6494e4478b
commit 684013f5e0
7 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ func main() {
// This finds the match for the regexp.
fmt.Println(r.FindString("peach punch"))
// The also finds the first match but returns the
// This also finds the first match but returns the
// start and end indexes for the match instead of the
// matching text.
fmt.Println(r.FindStringIndex("peach punch"))