summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author迷渡 <justjavac@gmail.com>2020-01-16 12:13:50 +0800
committerRy Dahl <ry@tinyclouds.org>2020-01-15 23:13:50 -0500
commit34dc0ae280ba2838bbe29688ddcb16364d8d8bd1 (patch)
tree714e7f8dd8d3215f42f4953bf2d9d435cec25026
parenta4dde552de8fced4cfdff7f0127b51e1d2eabca5 (diff)
doc: fix spaces of code in list (#3678)
-rw-r--r--std/manual.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/std/manual.md b/std/manual.md
index a654cfd8f..3f215c286 100644
--- a/std/manual.md
+++ b/std/manual.md
@@ -74,9 +74,9 @@ have been historically written with bash or python.
- Uses "ES Modules" and does not support `require()`. Third party modules are
imported via URLs:
-```javascript
-import * as log from "https://deno.land/std/log/mod.ts";
-```
+ ```javascript
+ import * as log from "https://deno.land/std/log/mod.ts";
+ ```
### Other key behaviors