Skip to content

Commit 1018eab

Browse files
TylerMSFTTylerMSFT
authored andcommitted
acrolinx
1 parent 290c5e2 commit 1018eab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build/reference/headername.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)