Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fff0bbe

Browse files
Fix Typo
1 parent f6060fe commit fff0bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/PowerShellEditorServices/Services/TextDocument/RenameService.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ private TextEdit GetRenameFunctionEdit(Ast candidate)
380380

381381
if (command.CommandElements[0] is not StringConstantExpressionAst funcName)
382382
{
383-
throw new InvalidOperationException("Command element should always have a string expresssion as its first item. This is a bug and you should report it.");
383+
throw new InvalidOperationException("Command element should always have a string expression as its first item. This is a bug and you should report it.");
384384
}
385385

386386
return new TextEdit()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /