Fixes Exercises:Level 3 in 12_day_regular_expressions.md

Fixed an indentation issue that results in an unintended result.
pull/306/head
Joseph Bak 4 years ago committed by GitHub
parent b6e8b13a37
commit b1c83a1db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -501,6 +501,7 @@ distance = 12
```sh
I am a teacher and I love teaching There is nothing as more rewarding as educating and empowering people I found teaching more interesting than any other jobs Does this motivate you to be a teacher
```
2. Write a function which find the most frequent words. After cleaning, count three most frequent words in the string.
```js

Loading…
Cancel
Save