Skip to content

Commit df593bd

Browse files
committed
Update comment referencing win8
1 parent 8b60d92 commit df593bd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/System.Management.Automation/engine/CommandCompletion/CommandCompletion.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,7 @@ public static CommandCompletion CompleteInput(Ast ast, Token[] tokens, IScriptPo
248248
return s_emptyCommandCompletion;
249249
}
250250

251-
// Call script on a remote win8 machine
252-
// when call the win8 TabExpansion2 script, the input should be the whole script text
251+
// When calling the TabExpansion2 script, the input should be the whole script text
253252
string input = ast.Extent.Text;
254253
int cursorIndex = ((InternalScriptPosition)cursorPosition).Offset;
255254
return CallScriptWithStringParameterSet(input, cursorIndex, options, powershell);

0 commit comments

Comments
 (0)