Skip to content

Commit cbde9af

Browse files
authored
Merge pull request MicrosoftDocs#4238 from TylerMSFT/twhitney-3845
Twhitney 3845
2 parents 2fdce31 + 1018eab commit cbde9af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/build/reference/headername.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "/headerName (Build a header unit from the specified header)"
33
description: "Use the /headerName compiler option to establish a mapping between a header file and the header unit to build."
4-
ms.date: 04/13/2021
4+
ms.date: 04/21/2022
55
author: "tylermsft"
66
ms.author: "twhitney"
77
f1_keywords: ["/headerName"]
@@ -39,7 +39,7 @@ Given a project that references a header file it defines called `m.h`, the compi
3939
cl /std:c++latest /exportHeader /headerName:quote m.h /Fom.h.obj
4040
```
4141

42-
The `/headerName:{quote,angle}` option acts like a flag and does not explicitly need an argument. The following examples are valid:
42+
The `/headerName:{quote,angle}` option acts like a flag and doesn't need an argument. The following examples are valid:
4343

4444
```Bash
4545
cl /std:c++latest /exportHeader /headerName:angle /MP /Fo.\ vector iostream algorithm
@@ -68,6 +68,6 @@ cl /std:c++latest /exportHeader /headerName:angle /MP /Fo.\ vector iostream algo
6868
## See also
6969

7070
[`/exportHeader` (Create header units)](module-exportheader.md)\
71-
[`/headerUnit` (Create header units)](headerunit.md)\
71+
[`/headerUnit` (Use header unit IFC)](headerunit.md)\
7272
[`/reference` (Use named module IFC)](module-reference.md)\
7373
[`/translateInclude` (Translate include directives into import directives)](translateinclude.md)

0 commit comments

Comments
 (0)