diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2020-07-14 15:24:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 15:24:17 -0400 |
commit | cde4dbb35132848ffece59ef9cfaccff32347124 (patch) | |
tree | cc7830968c6decde704c8cfb83c9185193dc698f /docs/introduction.md | |
parent | 9eca71caa1674c31f9cc5d4e86c03f10b59e0a00 (diff) |
Use dprint for internal formatting (#6682)
Diffstat (limited to 'docs/introduction.md')
-rw-r--r-- | docs/introduction.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/introduction.md b/docs/introduction.md index cdc8c6cb5..738305885 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -14,8 +14,9 @@ It's built on V8, Rust, and Tokio. - Has built-in utilities like a dependency inspector (`deno info`) and a code formatter (`deno fmt`). - Has - [a set of reviewed (audited) standard modules](https://github.com/denoland/deno/tree/master/std) - that are guaranteed to work with Deno. + [a set of reviewed (audited) standard + modules](https://github.com/denoland/deno/tree/master/std) that are guaranteed + to work with Deno. - Scripts can be bundled into a single JavaScript file. ## Philosophy |