From 4e6e9396e9577e5b629ea92876cbf2d0ce29f2ce Mon Sep 17 00:00:00 2001 From: TonyYang Date: Thu, 8 Sep 2016 12:47:13 +0800 Subject: [PATCH] Typo word for util_tests --- node/node-tests.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node/node-tests.ts b/node/node-tests.ts index 7301310a6f..e6eefdf77c 100644 --- a/node/node-tests.ts +++ b/node/node-tests.ts @@ -356,11 +356,11 @@ url.format({ var helloUrl = url.parse('http://example.com/?hello=world', true) assert.equal(helloUrl.query.hello, 'world'); -//////////////////////////////////////////////////// +///////////////////////////////////////////////////// /// util tests : https://nodejs.org/api/util.html /// -//////////////////////////////////////////////////// +///////////////////////////////////////////////////// -namesapce util_tests{ +namespace util_tests { { // Old and new util.inspect APIs util.inspect(["This is nice"], false, 5);