Removed inline triple backticks.
This commit is contained in:
Daniel Rosenwasser 2015-12-03 11:29:13 -08:00
Родитель 8f9a23088c
Коммит 4c9575ac0c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -36,12 +36,12 @@ Your pull request should:
The library sources are in: [src/lib](https://github.com/Microsoft/TypeScript/tree/master/src/lib)
Library files in ```built/local/``` are updated by running
Library files in `built/local/` are updated by running
```Shell
jake
```
The files in ```lib/``` are used to bootstrap compilation and usually do not need to be updated.
The files in `lib/` are used to bootstrap compilation and usually do not need to be updated.
#### `src/lib/dom.generated.d.ts` and `src/lib/webworker.generated.d.ts`