Skip to content

Commit fdaaf21

Browse files
committed
Fix typo: indcating -> indicating
1 parent 93e43b7 commit fdaaf21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/debugger/debug-interface-access/idiasessionex-isfastlinkpdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ HRESULT isFastLinkPDB(
2929

3030
`pfFastLinkPDB`
3131

32-
[out] Returns a Boolean indcating if the debug information was build with `/DEBUG:fastlink` or not.
32+
[out] Returns a Boolean indicating if the debug information was build with `/DEBUG:fastlink` or not.
3333

3434
## Return Value
3535

docs/debugger/debug-interface-access/idiasessionex-isportablepdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ HRESULT isPortablePDB(
2929

3030
`pfPortablePDB`
3131

32-
[out] Returns a Boolean indcating if the debug information was in the [Portable PDB](https://github.com/dotnet/runtime/blob/main/docs/design/specs/PortablePdb-Metadata.md) format.
32+
[out] Returns a Boolean indicating if the debug information was in the [Portable PDB](https://github.com/dotnet/runtime/blob/main/docs/design/specs/PortablePdb-Metadata.md) format.
3333

3434
## Return Value
3535

0 commit comments

Comments
 (0)