Skip to content

Commit d6cf6ac

Browse files
committed
Fix wording in CHANGELOG
1 parent 3805034 commit d6cf6ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
return "one";
2828
}
2929

30-
// Output (Prettier stable)
30+
// Output (Prettier 1.18.0)
3131
interface Interface1<T,> {
3232
one: "one";
3333
}
3434
function function1<T,>() {
3535
return "one";
3636
}
3737

38-
// Output (Prettier master)
38+
// Output (Prettier 1.18.1)
3939
interface Interface1<T> {
4040
one: "one";
4141
}

0 commit comments

Comments
 (0)