Skip to content

Commit

Permalink
fix: Spelling (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis authored Feb 21, 2025
1 parent d9b5e51 commit a292c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chapter02.Tests/Listing02.08.Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace AddisonWesley.Michaelis.EssentialCSharp.Chapter02.Listing02_08.Tests;
public class ProgramTests
{
[TestMethod]
public void Main_WriteDecimalAsHexidecimalUsingFormatSpecifier()
public void Main_WriteDecimalAsHexadecimalUsingFormatSpecifier()
{
const string expected = "0x2A";

Expand Down

0 comments on commit a292c93

Please sign in to comment.