Skip to content

Commit 9b12873

Browse files
fix: Spelling
1 parent 7032b47 commit 9b12873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Chapter02.Tests/Listing02.08.Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace AddisonWesley.Michaelis.EssentialCSharp.Chapter02.Listing02_08.Tests;
55
public class ProgramTests
66
{
77
[TestMethod]
8-
public void Main_WriteDecimalAsHexidecimalUsingFormatSpecifier()
8+
public void Main_WriteDecimalAsHexadecimalUsingFormatSpecifier()
99
{
1010
const string expected = "0x2A";
1111

0 commit comments

Comments
 (0)