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 0dac635 commit 116f5fdCopy full SHA for 116f5fd
src/mono/sample/wasm/browser-bench/String.cs
@@ -136,7 +136,7 @@ public class TextInfoToUpper : TextInfoMeasurement
136
137
public class TextInfoToTitleCase : TextInfoMeasurement
138
{
139
- public override string Name => "TextInfo ToTileCase";
+ public override string Name => "TextInfo ToTitleCase";
140
public override void RunStep() => textInfo.ToTitleCase(str);
141
}
142
0 commit comments