Skip to content

Commit 7ca62c6

Browse files
authored
Merge pull request #2134 from nschonni/typo-Invalidparameter
typo: Invalidparameter -> Invalid parameter
2 parents 6840f8d + 38b61d8 commit 7ca62c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/debugger/debug-interface-access/idiadatasource-loaddatafromistream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ HRESULT loadDataFromIStream ( 
3636
|Value|Description|
3737
|-----------|-----------------|
3838
|E_PDB_FORMAT|Attempted to access a file with an obsolete format.|
39-
|E_INVALIDARG|Invalidparameter.|
39+
|E_INVALIDARG|Invalid parameter.|
4040
|E_UNEXPECTED|Data source has already been prepared.|
4141

4242
## Remarks

docs/vs-2015/debugger/debug-interface-access/idiadatasource-loaddatafromistream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ HRESULT loadDataFromIStream ( 
4242
|Value|Description|
4343
|-----------|-----------------|
4444
|E_PDB_FORMAT|Attempted to access a file with an obsolete format.|
45-
|E_INVALIDARG|Invalidparameter.|
45+
|E_INVALIDARG|Invalid parameter.|
4646
|E_UNEXPECTED|Data source has already been prepared.|
4747

4848
## Remarks

0 commit comments

Comments
 (0)