Skip to content

Commit 6429ca9

Browse files
authored
Update styles-used-by-mfc.md
enter missing apostrophe
1 parent 55a8ecf commit 6429ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mfc/reference/styles-used-by-mfc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Edit styles apply to [`CEdit` Class](../../mfc/reference/cedit-class.md) objects
117117
|`ES_READONLY`|Prevents the user from entering or editing text in the edit control.|
118118
|`ES_RIGHT`|Right-aligns text in a single-line or multiline edit control.|
119119
|`ES_UPPERCASE`|Converts all characters to uppercase as they are typed into the edit control.|
120-
|`ES_WANTRETURN`|Specifies that a carriage return be inserted when the user presses the ENTER key while entering text into a multiple-line edit control in a dialog box. Without this style, pressing the ENTER key has the same effect as pressing the dialog boxs default pushbutton. This style has no effect on a single-line edit control.|
120+
|`ES_WANTRETURN`|Specifies that a carriage return be inserted when the user presses the ENTER key while entering text into a multiple-line edit control in a dialog box. Without this style, pressing the ENTER key has the same effect as pressing the dialog box's default pushbutton. This style has no effect on a single-line edit control.|
121121

122122
## <a name="frame-window-styles-mfc"></a> Frame-window styles
123123

0 commit comments

Comments
 (0)