Skip to content

Commit 6c0b298

Browse files
jahway603inancgumus
authored andcommitted
updated non-functional weblink
1 parent 3ebc545 commit 6c0b298

File tree

1 file changed

+2
-1
lines changed
  • 11-if/exercises/04-vowel-or-cons

1 file changed

+2
-1
lines changed

11-if/exercises/04-vowel-or-cons/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ package main
1515
//
1616
// NOTE
1717
// 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/
18+
// 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/
1920
//
2021
// HINT
2122
// + You can find the length of an argument using the len function.

0 commit comments

Comments
 (0)