From 34dc0ae280ba2838bbe29688ddcb16364d8d8bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Thu, 16 Jan 2020 12:13:50 +0800 Subject: [PATCH] doc: fix spaces of code in list (#3678) --- std/manual.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/std/manual.md b/std/manual.md index a654cfd8f9..3f215c286b 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