Skip to content

Commit 9ec046b

Browse files
committed
Formatting
1 parent 77afd94 commit 9ec046b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/scriptHost.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ interface TextStreamReader extends TextStreamBase {
100100
declare var WScript: {
101101
/**
102102
* Outputs text to either a message box (under WScript.exe) or the command console window followed by
103-
* a newline (under CScript.ext).
103+
* a newline (under CScript.exe).
104104
*/
105105
Echo(s: any): void;
106106

@@ -188,7 +188,7 @@ declare var WScript: {
188188
/**
189189
* Retrieves an existing object with the specified ProgID from memory, or creates a new one from a file.
190190
* @param strPathname Fully qualified path to the file containing the object persisted to disk.
191-
* For objects in memory, pass a zero-length string.
191+
* For objects in memory, pass a zero-length string.
192192
* @param strProgID
193193
* @param strPrefix Function names in the form prefix_event will be bound to this object's COM events.
194194
*/

0 commit comments

Comments
 (0)