Skip to content

Commit ddbfaba

Browse files
committed
1769497, fixed more typos.
1 parent 1edcaa4 commit ddbfaba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/dotnet/debug-class-cpp-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When using <xref:System.Diagnostics.Debug> in a Visual C++ application, the beha
1212

1313
The behavior for <xref:System.Diagnostics.Trace> is identical to the behavior for the Debug class, but is dependent on the symbol TRACE being defined. This means that you must `#ifdef` any Trace-related code to prevent debug behavior in a release build.
1414

15-
## Example that always executes the output statements
15+
## Example that always executes output statements
1616

1717
### Description
1818

@@ -49,7 +49,7 @@ Hello World.
4949
test
5050
```
5151

52-
## Example using the #ifdef and #endif directives
52+
## Example using #ifdef and #endif directives
5353

5454
### Description
5555

0 commit comments

Comments
 (0)