Skip to content

Commit e1378e5

Browse files
committed
satisfy markdown lint
1 parent 146a216 commit e1378e5

2 files changed

Lines changed: 161 additions & 1 deletion

File tree

doc/release-notes/TypeScript 2.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ for (let i of range(10)) {
103103

104104
然而,ES命名空间导入不能被调用,因此这种方案并非总是可行。
105105

106-
```
106+
```ts
107107
import * as express from "express";
108108

109109
// Should be an error in any valid implementation.

package-lock.json

Lines changed: 160 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)