You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/mfc/reference/cedit-class.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ class CEdit : public CWnd
90
90
91
91
Each message-map entry takes the following form:
92
92
93
-
**ON_**Notification **(***id, memberFxn***)**
93
+
**ON_ Notification** (*id, memberFxn*)
94
94
95
95
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.
0 commit comments