grammar fix

This commit is contained in:
Nicholas Rempel 2021-04-26 10:57:27 -07:00
parent 5789e7b524
commit 062ada93b2
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ println!("{:?}", words.collect::<Vec<&str>>())
--> ["instant", "domain", "search"]
```
Check out the tests for a more thorough example:
Check out the tests for more thorough examples:
[Rust](./instant-segment/src/test_cases.rs),
[Python](./instant-segment-py/test/test.py)