Skip to content

Commit 38b61d8

Browse files
committed
typo: Invalidparameter -> Invalid parameter
1 parent 230ebb0 commit 38b61d8

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)