Skip to content

Commit 65c3844

Browse files
authored
Merge pull request #13336 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch main)
2 parents 1db546d + 6039d98 commit 65c3844

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/debugger/debug-interface-access/cv-modifier-e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ typedef enum CV_modifier_e
5757
| ------------ | ---------------------------- |
5858
| `CV_MOD_INVALID` | Invalid modifier (unused) |
5959
| `CV_MOD_CONST` | C++ `const` |
60-
| `CV_MOD_CONST` | C++ `volatile` |
60+
| `CV_MOD_VOLATILE` | C++ `volatile` |
6161
| `CV_MOD_HLSL_UNIFORM` | HLSL uniform |
6262
| `CV_MOD_HLSL_LINE` | HLSL line |
6363
| `CV_MOD_HLSL_TRIANGLE` | HLSL triangle |

docs/debugger/debug-interface-access/idiasymbol-get-modifiervalues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.subservice: debug-diagnostics
1414
---
1515
# IDiaSymbol::get_modifierValues
1616

17-
Retrieves the total invocation count in PGO training.
17+
Retrieves an array of [`modifiers`](../../debugger/debug-interface-access/cv-modifier-e.md) affecting the symbol.
1818

1919
## Syntax
2020

docs/extensibility/adding-a-tool-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Visual Studio SDK is included as an optional feature in Visual Studio setup.
3131

3232
## Create a tool window
3333

34-
1. Create a project named **FirstToolWin** using the VSIX template, and add a custom tool window item template named **FirstToolWindow**.
34+
1. Create a project named **FirstToolWindow** using the VSIX template, and add a custom tool window item template named **FirstToolWindow**.
3535

3636
> [!NOTE]
3737
> For more information about creating an extension with a tool window, see [Create an extension with a tool window](../extensibility/creating-an-extension-with-a-tool-window.md).

docs/msbuild/msbuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ If you're developing a build tool, you might want to invoke MSBuild programmatic
199199

200200
## MSBuild is open source
201201

202-
MSBuild is an open-source project that accepts user contributions, just like the rest of the .NET ecosystem. The repo that contains the MSBuild source is available in GitHub: [MSBuild GitHub repo](https://github.com/dotnet/msbuild).
202+
MSBuild is an open-source project that accepts user contributions at the [MSBuild GitHub repo](https://github.com/dotnet/msbuild).
203203

204204
## See also
205205

0 commit comments

Comments
 (0)