Skip to content

Commit bf0409e

Browse files
authored
Pencil edit - added missing space between sentences.
1 parent 3bab0e2 commit bf0409e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mfc/reference/cbrush-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Points to a `CBitmap` object that specifies a bitmap with which the brush paints
9898

9999
### Remarks
100100

101-
`CBrush` has four overloaded constructors.The constructor with no arguments constructs an uninitialized `CBrush` object that must be initialized before it can be used.
101+
`CBrush` has four overloaded constructors. The constructor with no arguments constructs an uninitialized `CBrush` object that must be initialized before it can be used.
102102

103103
If you use the constructor with no arguments, you must initialize the resulting `CBrush` object with [`CreateSolidBrush`](#createsolidbrush), [`CreateHatchBrush`](#createhatchbrush), [`CreateBrushIndirect`](#createbrushindirect), [`CreatePatternBrush`](#createpatternbrush), or [`CreateDIBPatternBrush`](#createdibpatternbrush). If you use one of the constructors that takes arguments, then no further initialization is necessary. The constructors with arguments can throw an exception if errors are encountered, while the constructor with no arguments will always succeed.
104104

0 commit comments

Comments
 (0)