Skip to content

Commit

Permalink
[wasm] Fix a typo in browser-bench wasm app (dotnet#104434)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilonatommy authored Jul 5, 2024
1 parent 0dac635 commit 116f5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/sample/wasm/browser-bench/String.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public class TextInfoToUpper : TextInfoMeasurement

public class TextInfoToTitleCase : TextInfoMeasurement
{
public override string Name => "TextInfo ToTileCase";
public override string Name => "TextInfo ToTitleCase";
public override void RunStep() => textInfo.ToTitleCase(str);
}

Expand Down

0 comments on commit 116f5fd

Please sign in to comment.