Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMichaelis committed Aug 31, 2023
1 parent d11ebcb commit 2f0edcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chapter05/Listing05.30.RethrowingAnException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static void Main()
catch (FormatException exception)
{
Console.WriteLine(
"A FormateException was thrown");
"A FormatException was thrown");
}
#region INCLUDE
// ...
Expand Down

0 comments on commit 2f0edcd

Please sign in to comment.