Skip to content

Commit 0d6a61c

Browse files
C19209: Possible incorrect format in line 99
Hello, @mikeblome, Localization team has reported source content issue that causes issue for localization. It seeems that bold type is incorrect. Please review the comment tag added and reply with explanation if fix is needed or not. If you make related fix in another PR then share your PR number so we can confirm and close this PR. Many thanks in advance.
1 parent 7a204e8 commit 0d6a61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mfc/reference/cedit-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class CEdit : public CWnd
9090

9191
Each message-map entry takes the following form:
9292

93-
**ON_**Notification **(** *id, memberFxn***)**
93+
**ON_ Notification** (*id, memberFxn*)
9494

9595
where `id` specifies the child window ID of the edit control sending the notification, and `memberFxn` is the name of the parent member function you have written to handle the notification.
9696

0 commit comments

Comments
 (0)