Skip to content

Commit f684ba5

Browse files
Copilotbrianrob
andcommitted
Fix capitalization in error message for consistency
Co-authored-by: brianrob <[email protected]>
1 parent 0699b4a commit f684ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PerfView/StackViewer/FlameGraph.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public static void Export(Canvas flameGraphCanvas, string filePath)
9191
{
9292
throw new ArgumentOutOfRangeException(
9393
"flameGraphCanvas",
94-
$"Canvas has an invalid size (width={width}, height={height}). Please ensure the flame graph is visible and has been rendered before attempting to export.");
94+
$"canvas has an invalid size (width={width}, height={height}). Please ensure the flame graph is visible and has been rendered before attempting to export.");
9595
}
9696

9797
var renderTargetBitmap = new RenderTargetBitmap(width, height, 96d, 96d, PixelFormats.Default);

0 commit comments

Comments
 (0)