vbscript: Fixed typo in vbsregexp55.idl.
This commit is contained in:
parent
b372044c39
commit
2cb3df606f
|
@ -122,7 +122,7 @@ library VBScript_RegExp_55
|
|||
[id(DISPID_REGEXP_REPLACE)]
|
||||
HRESULT Replace(
|
||||
[in] BSTR sourceString,
|
||||
[in] VARIANT *replaceVar,
|
||||
[in] VARIANT replaceVar,
|
||||
[out, retval] BSTR *pDestString);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue