Skip to content

fix(csharp): correct 'elodoria' -> 'eldoria' in Program help text#44

Open
SAY-5 wants to merge 1 commit intomicrosoft:mainfrom
SAY-5:fix-program-help-typo
Open

fix(csharp): correct 'elodoria' -> 'eldoria' in Program help text#44
SAY-5 wants to merge 1 commit intomicrosoft:mainfrom
SAY-5:fix-program-help-typo

Conversation

@SAY-5
Copy link
Copy Markdown

@SAY-5 SAY-5 commented Apr 15, 2026

Closes #41.

Solutions/CSharp/Program.cs printed 'elodoria' in its no-argument help text, but the switch case in the same file handles 'eldoria'. A user who copy-pasted the hint name got 'Unknown option: elodoria' instead of the Eldoria adventure. Aligned the hint with the existing case label.

Verified against main before commit; dotnet build succeeds with 0 warnings / 0 errors.

…m help text

The help text printed when no adventure argument is supplied listed
'elodoria' as a valid name, but the switch case in the same file handles
'eldoria'. Users following the hint ended up in the default branch with
'Unknown option: elodoria'. Align the hint with the real case label.

Closes microsoft#41. dotnet build succeeds with 0 warnings / 0 errors.
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