Skip to content

Commit

Permalink
fix: hello-world.md in switch cases language starts with capital lett…
Browse files Browse the repository at this point in the history
…er (#671)
  • Loading branch information
eklmv committed Jul 14, 2023
1 parent 96feca6 commit ec246be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,9 @@ func Hello(name string, language string) string {
prefix := englishHelloPrefix

switch language {
case "french":
case "French":
prefix = frenchHelloPrefix
case "spanish":
case "Spanish":
prefix = spanishHelloPrefix
}

Expand Down

0 comments on commit ec246be

Please sign in to comment.