mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
[wasm] Fix a typo in browser-bench wasm app (#104434)
This commit is contained in:
parent
0dac635631
commit
116f5fd624
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ namespace Sample
|
|||
|
||||
public class TextInfoToTitleCase : TextInfoMeasurement
|
||||
{
|
||||
public override string Name => "TextInfo ToTileCase";
|
||||
public override string Name => "TextInfo ToTitleCase";
|
||||
public override void RunStep() => textInfo.ToTitleCase(str);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue