Skip to content

Commit bae4f38

Browse files
committed
Merge branch 'modernize-system-drawing' of github.com:gewarren/dotnet-api-docs into modernize-system-drawing
2 parents 909293f + bfe6c4f commit bae4f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snippets/csharp/System.Drawing/BufferedGraphics/Overview/bufferingtest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class BufferingExample : Form
1313

1414
private byte bufferingMode;
1515
private string[] bufferingModeStrings =
16-
[ "Draw to Form without OptimizedDoubleBufferring control style",
16+
[ "Draw to Form without OptimizedDoubleBuffering control style",
1717
"Draw to Form using OptimizedDoubleBuffering control style",
1818
"Draw to HDC for form" ];
1919

0 commit comments

Comments
 (0)