Skip to content

Commit 98377f3

Browse files
committed
fix fix desc
1 parent 4c0af72 commit 98377f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/cases/fourslash/codeFixSurmiseReturnValue_all1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
verify.codeFixAll({
6161
fixId: "fixAddReturnStatement",
62-
fixAllDescription: "Surmise all return value",
62+
fixAllDescription: "Correct all return expressions",
6363
newFileContent:
6464
`interface A {
6565
bar: string

tests/cases/fourslash/codeFixSurmiseReturnValue_all2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
verify.codeFixAll({
6161
fixId: "fixRemoveBlockBodyBrace",
62-
fixAllDescription: "Surmise all return value",
62+
fixAllDescription: "Correct all return expressions",
6363
newFileContent:
6464
`interface A {
6565
bar: string

tests/cases/fourslash/codeFixSurmiseReturnValue_all3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
verify.codeFixAll({
6161
fixId: "fixReplaceBraceWithParen",
62-
fixAllDescription: "Surmise all return value",
62+
fixAllDescription: "Correct all return expressions",
6363
newFileContent:
6464
`interface A {
6565
bar: string

tests/cases/fourslash/codeFixSurmiseReturnValue_all4.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
verify.codeFixAll({
6161
fixId: "fixWrapTheBlockWithParen",
62-
fixAllDescription: "Surmise all return value",
62+
fixAllDescription: "Correct all return expressions",
6363
newFileContent:
6464
`interface A {
6565
bar: string

0 commit comments

Comments
 (0)