Skip to content

Commit 8533fec

Browse files
committed
edit pass: header-unit-walkthroughs
1 parent e45eb0c commit 8533fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/walkthrough-header-units.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To use header units, you need Visual Studio 2019 16.10.0 Preview 2 or later.
2020

2121
## What is a header unit?
2222

23-
A header unit is a binary representation of a header file. A header unit ends with an .ifc extension. This format is also used for named modules.
23+
A header unit is a binary representation of a header file. A header unit ends with an *`.ifc`* extension. This format is also used for named modules.
2424

2525
An important difference between a header unit and a header file is that header units aren't affected by macro definitions. You can't `#define` a symbol that causes the header unit to behave differently when you import it. You can do that with a header file.
2626

0 commit comments

Comments
 (0)