Skip to content

Commit a292c93

Browse files
fix: Spelling (#797)
1 parent d9b5e51 commit a292c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)