Fix typos - strings.Rmd (#149)

* Fix typos

* Changed excercise 10.2.6 1.2 back to original
This commit is contained in:
behrman
2016-07-15 11:03:18 -07:00
committed by Hadley Wickham
parent 154cd9486b
commit 0934f77c28

View File

@@ -602,7 +602,7 @@ sentences %>%
#### Exercises
1. Replace all `/`'s in a string with `\`'s.
1. Replace all `/`s in a string with `\`s.
### Splitting