Skip to content

Fix typo: 'elodoria' -> 'eldoria' in Program.cs help text#45

Open
yihangwu539-png wants to merge 1 commit intomicrosoft:mainfrom
yihangwu539-png:fix/typo-elodoria-eldoria-41
Open

Fix typo: 'elodoria' -> 'eldoria' in Program.cs help text#45
yihangwu539-png wants to merge 1 commit intomicrosoft:mainfrom
yihangwu539-png:fix/typo-elodoria-eldoria-41

Conversation

@yihangwu539-png
Copy link
Copy Markdown

Closes #41

Summary

Fixed a typo in Solutions/CSharp/Program.cs where the help text listed elodoria as a valid adventure name, but the actual switch case handles eldoria. Users following the printed prompt would hit the default case and get a confusing error.

Changes

  • Solutions/CSharp/Program.cs: Changed elodoriaeldoria in the help text on line 9

Impact

Low effort, high clarity fix for a beginner-facing repository.

The help text listed 'elodoria' as a valid adventure name but the switch
case handles 'eldoria'. Users following the prompt would get an error.

Closes microsoft#41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix typo in Program.cs help text: "elodoria" should be "eldoria"

1 participant