We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290c5e2 commit 1018eabCopy full SHA for 1018eab
1 file changed
docs/build/reference/headername.md
@@ -39,7 +39,7 @@ Given a project that references a header file it defines called `m.h`, the compi
39
cl /std:c++latest /exportHeader /headerName:quote m.h /Fom.h.obj
40
```
41
42
-The `/headerName:{quote,angle}` option acts like a flag and does not explicitly need an argument. The following examples are valid:
+The `/headerName:{quote,angle}` option acts like a flag and doesn't need an argument. The following examples are valid:
43
44
```Bash
45
cl /std:c++latest /exportHeader /headerName:angle /MP /Fo.\ vector iostream algorithm
0 commit comments