Skip to content

Commit 116f5fd

Browse files
authored
[wasm] Fix a typo in browser-bench wasm app (dotnet#104434)
1 parent 0dac635 commit 116f5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/sample/wasm/browser-bench/String.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public class TextInfoToUpper : TextInfoMeasurement
136136

137137
public class TextInfoToTitleCase : TextInfoMeasurement
138138
{
139-
public override string Name => "TextInfo ToTileCase";
139+
public override string Name => "TextInfo ToTitleCase";
140140
public override void RunStep() => textInfo.ToTitleCase(str);
141141
}
142142

0 commit comments

Comments
 (0)