Skip to content

Commit 3875a2e

Browse files
authored
Trim excess trailing space in headings
1 parent 204525f commit 3875a2e

18 files changed

+19
-19
lines changed

docs/dotnet/auto-handle-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ The managed type to be embedded.
2525

2626
## <a name="members"></a> Members
2727

28-
### Public constructors
28+
### Public constructors
2929

3030
|Name|Description|
3131
|---------|-----------|
3232
|[auto_handle::auto_handle](#auto-handle)|The `auto_handle` constructor.|
3333
|[auto_handle::~auto_handle](#tilde-auto-handle)|The `auto_handle` destructor.|
3434

35-
### Public methods
35+
### Public methods
3636

3737
|Name|Description|
3838
|---------|-----------|

docs/linux/connect-to-your-remote-linux-computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Logs include connections, all commands sent to the remote machine (their text, e
203203

204204
You can configure the output to go to a file or to the **Cross Platform Logging** pane in the Output window. For MSBuild-based Linux projects, MSBuild commands sent to the remote machine aren't routed to the **Output Window** because they're emitted out-of-process. Instead, they're logged to a file, with a prefix of `msbuild_`.
205205

206-
## Command-line utility for the Connection Manager
206+
## Command-line utility for the Connection Manager
207207

208208
**Visual Studio 2019 version 16.5 or later**: *`ConnectionManager.exe`* is a command-line utility to manage remote development connections outside of Visual Studio. It's useful for tasks such as provisioning a new development machine. Or, you can use it to set up Visual Studio for continuous integration. For examples and a complete reference to the `ConnectionManager` command, see [ConnectionManager reference](connectionmanager-reference.md).
209209

docs/linux/set-up-fips-compliant-secure-remote-linux-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ You've successfully set up `ssh`, created and deployed encryption keys, and test
128128
129129
For more information on troubleshooting your connection, see [Connect to your remote Linux computer](connect-to-your-remote-linux-computer.md).
130130
131-
## Command-line utility for the Connection Manager
131+
## Command-line utility for the Connection Manager
132132
133133
**Visual Studio 2019 version 16.5 or later**: `ConnectionManager.exe` is a command-line utility to manage remote development connections outside of Visual Studio. It's useful for tasks such as provisioning a new development machine. Or, you can use it to set up Visual Studio for continuous integration. For examples and a complete reference to the ConnectionManager command, see [ConnectionManager reference](connectionmanager-reference.md).
134134

docs/standard-library/day-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ f1_keywords: ["chrono/std::chrono::day", "chrono/std::chrono::day::ok", "chrono/
66
helpviewer_keywords: ["std::chrono [C++], day"]
77
dev_langs: ["C++"]
88
---
9-
# `day` class
9+
# `day` class
1010

1111
Represents a day of the month. For example, the 25th day of the month.
1212

docs/standard-library/month-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ f1_keywords: ["chrono/std::chrono::month", "chrono/std::chrono::month::January",
66
helpviewer_keywords: ["std::chrono [C++], month"]
77
dev_langs: ["C++"]
88
---
9-
# `month` class
9+
# `month` class
1010

1111
Represents a month of a year. For example, July.
1212

docs/standard-library/month-day-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ helpviewer_keywords: ["std::chrono [C++], month_day"]
77
dev_langs: ["C++"]
88
---
99

10-
# `month_day` class
10+
# `month_day` class
1111

1212
Represents a specific day of a specific month. The year isn't specified.
1313

docs/standard-library/month-day-last-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ helpviewer_keywords: ["std::chrono [C++], month_day_last"]
77
dev_langs: ["C++"]
88
---
99

10-
# `month_day_last` class
10+
# `month_day_last` class
1111

1212
Represents the last day of a month.
1313

docs/standard-library/month-weekday-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ helpviewer_keywords: ["std::chrono [C++], month_weekday"]
77
dev_langs: ["C++"]
88
---
99

10-
# `month_weekday` class
10+
# `month_weekday` class
1111

1212
Represents the nth weekday of a specific month.
1313

docs/standard-library/month-weekday-last-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ f1_keywords: ["chrono/std::chrono::month_weekday_last", "chrono/std::chrono::mon
66
helpviewer_keywords: ["std::chrono [C++], month_weekday_last"]
77
dev_langs: ["C++"]
88
---
9-
# `month_weekday_last` class
9+
# `month_weekday_last` class
1010

1111
Represents the last weekday of a month.
1212

docs/standard-library/weekday-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: "6/25/2021"
55
f1_keywords: ["chrono/std::chrono::weekday", "chrono/std::chrono::weekday::January", "chrono/std::chrono::weekday::February", "chrono/std::chrono::weekday::March","chrono/std::chrono::weekday::April","chrono/std::chrono::weekday::May","chrono/std::chrono::weekday::June","chrono/std::chrono::weekday::July","chrono/std::chrono::weekday::August","chrono/std::chrono::weekday::September","chrono/std::chrono::weekday::October","chrono/std::chrono::weekday::November","chrono/std::chrono::weekday::December","chrono/std::chrono::weekday::operator++", "chrono/std::chrono::weekday::operator--", "chrono/std::chrono::weekday::operator unsigned", "chrono/std::chrono::weekday::ok", "chrono/std::chrono::weekday::iso_encoding", "chrono/std::chrono::weekday::c_encoding"]
66
helpviewer_keywords: ["std::chrono [C++], weekday"]
77
---
8-
# `weekday` class
8+
# `weekday` class
99

1010
Represents a day of the week in the [Gregorian calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar). For example, Tuesday.
1111

0 commit comments

Comments
 (0)