We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b5e51 commit a292c93Copy full SHA for a292c93
src/Chapter02.Tests/Listing02.08.Tests.cs
@@ -5,7 +5,7 @@ namespace AddisonWesley.Michaelis.EssentialCSharp.Chapter02.Listing02_08.Tests;
5
public class ProgramTests
6
{
7
[TestMethod]
8
- public void Main_WriteDecimalAsHexidecimalUsingFormatSpecifier()
+ public void Main_WriteDecimalAsHexadecimalUsingFormatSpecifier()
9
10
const string expected = "0x2A";
11
0 commit comments