We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebc545 commit 6c0b298Copy full SHA for 6c0b298
11-if/exercises/04-vowel-or-cons/main.go
@@ -15,7 +15,8 @@ package main
15
//
16
// NOTE
17
// y or w is called a semi-vowel.
18
-// Check out: https://en.oxforddictionaries.com/explore/is-the-letter-y-a-vowel-or-a-consonant/
+// Check out: https://www.merriam-webster.com/words-at-play/why-y-is-sometimes-a-vowel-usage
19
+// Check out: https://www.dictionary.com/e/w-vowel/
20
21
// HINT
22
// + You can find the length of an argument using the len function.
0 commit comments