Skip to content

Commit

Permalink
Fix typo (rust-unofficial#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
imbolc authored Jul 27, 2021
1 parent c23e006 commit 6a7088c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions idioms/coercion-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ Even ignoring this special example, you may still find that using `&str` will
give you more flexibility than using a `&String`.

Let's now take an example where someone gives us a sentence, and we want to
determine if any of the words in the sentence has a word that contains three
consecutive vowels.
determine if any of the words in the sentence contain three consecutive vowels.
We probably should make use of the function we have already defined and simply
feed in each word from the sentence.

Expand Down

0 comments on commit 6a7088c

Please sign in to comment.