Skip to content

Commit 507ccea

Browse files
authored
Remove redundant language
1 parent 9ec526c commit 507ccea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/documentation/copy/en/release-notes/TypeScript 5.5.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function doSomething(myValue) {
206206
```
207207

208208
`SomeType` won't exist at runtime, so the import will fail.
209-
Developers can instead use a namespace import instead.
209+
Developers can instead use a namespace import.
210210

211211
```js
212212
import * as someModule from "./some-module";
@@ -1054,3 +1054,4 @@ export declare const myPath: path.ParsedPath;
10541054
Adding `preserve="true"` is backwards compatible with older versions of TypeScript as unknown attributes are ignored.
10551055

10561056
This change also improved performance; in our benchmarks, the emit stage saw a 1-4% improvement in projects with declaration emit enabled.
1057+

0 commit comments

Comments
 (0)