Skip to content

Commit 070d29d

Browse files
fix: typo (#570)
## Summary Fixes [#1964](IntelliTect-dev/EssentialCSharp.Tooling#1946)
1 parent 414e3b0 commit 070d29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Chapter06/Listing06.56.DefiningANestedClass.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static void Main(string[] args)
4141
CommandLine commandLine = new(args);
4242
#endregion HIGHLIGHT
4343

44-
// Error handling intentionaly missing for elucidation.
44+
// Error handling intentionally missing for elucidation.
4545

4646
switch (commandLine.Action)
4747
{

0 commit comments

Comments
 (0)