Skip to content

Commit de5873f

Browse files
authored
Correct backticks wrongly including surrounding space
1 parent bbf4e08 commit de5873f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/build/reference/idlout-name-midl-output-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Specifies the name of the `.idl` file created by the MIDL compiler. No file exte
2121

2222
## Remarks
2323

24-
The `/IDLOUT` option specifies the name and extension of the `.idl `file.
24+
The `/IDLOUT` option specifies the name and extension of the `.idl` file.
2525

2626
The MIDL compiler is called by the MSVC linker when linking projects that have the [`module`](../../windows/attributes/module-cpp.md) attribute.
2727

docs/build/reference/pdb-use-program-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A user-specified name for the program database (PDB) that the linker creates. It
2222

2323
By default, when [`/DEBUG`](debug-generate-debug-info.md) is specified, the linker creates a program database (PDB) which holds debugging information. The default file name for the PDB has the base name of the program and the extension .pdb.
2424

25-
Use `/PDB:`*`filename`* to specify the name of the PDB file. If `/DEBUG `is not specified, the `/PDB` option is ignored.
25+
Use `/PDB:`*`filename`* to specify the name of the PDB file. If `/DEBUG` is not specified, the `/PDB` option is ignored.
2626

2727
A PDB file can be up to 2GB in size.
2828

docs/build/understanding-manifest-generation-for-c-cpp-programs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ clean :
181181
#^^^^^^^^^^^^^^^^^^^^^^^^^ Change #4. (Add full path if necessary.)
182182
```
183183

184-
The makefiles now include two files that do the real work,*` makefile.inc`* and *`makefile.target.inc`*.
184+
The makefiles now include two files that do the real work, *`makefile.inc`* and *`makefile.target.inc`*.
185185

186186
Create *`makefile.inc`* and copy the following content into it:
187187

docs/standard-library/clock-time-conversion-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The `time_point` to convert.
101101

102102
1-3\) Identity conversions. No conversion. Returns `t` without any changes.\
103103
4\) Returns `utc_clock::to_sys(t)`.\
104-
5\) Returns` utc_clock::from_sys(t)`.
104+
5\) Returns `utc_clock::from_sys(t)`.
105105

106106
### Deduction guides
107107

0 commit comments

Comments
 (0)