Skip to content

Commit

Permalink
fix: typo (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
danOIntellitect authored Oct 25, 2023
1 parent 414e3b0 commit 070d29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chapter06/Listing06.56.DefiningANestedClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static void Main(string[] args)
CommandLine commandLine = new(args);
#endregion HIGHLIGHT

// Error handling intentionaly missing for elucidation.
// Error handling intentionally missing for elucidation.

switch (commandLine.Action)
{
Expand Down

0 comments on commit 070d29d

Please sign in to comment.