Typo word for util_tests

This commit is contained in:
TonyYang
2016-09-08 12:47:13 +08:00
committed by GitHub
parent 12f5f37cb2
commit 4e6e9396e9

View File

@@ -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);