Skip to content

Commit 9682458

Browse files
authored
docs: fix incorrect version comment in changelog (prettier#10711)
1 parent 1b2c72d commit 9682458

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

changelog_unreleased/typescript/10418.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
// Input
88
type T = abstract new () => void;
99

10-
// Prettier main
10+
// Prettier stable
1111
SyntaxError: Unexpected token, expected ";" (1:19)
1212

13-
// Prettier stable
13+
// Prettier main
1414
type T = abstract new () => void;
1515

1616
```
@@ -22,10 +22,10 @@ type T = abstract new () => void;
2222
// Input
2323
import type A = require("A");
2424

25-
// Prettier main
25+
// Prettier stable
2626
SyntaxError: Only ECMAScript imports may use 'import type'.
2727

28-
// Prettier stable
28+
// Prettier main
2929
import type A = require("A");
3030

3131
```

0 commit comments

Comments
 (0)