Skip to content

Commit 09c8081

Browse files
authored
Add backticks in "Data Types (MFC)" topic
1 parent a2f072f commit 09c8081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/mfc/reference/data-types-mfc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ For information about the data types used in both the Windows SDK and MFC, see [
1414

1515
Data types unique to the Microsoft Foundation Class Library include the following:
1616

17-
- POSITION A value used to denote the position of an element in a collection; used by MFC collection classes.
17+
- `POSITION` A value used to denote the position of an element in a collection; used by MFC collection classes.
1818

19-
- LPCRECT A 32-bit pointer to a constant (nonmodifiable) `RECT` structure.
19+
- `LPCRECT` A 32-bit pointer to a constant (nonmodifiable) `RECT` structure.
2020

2121
## See also
2222

0 commit comments

Comments
 (0)