mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Typo word for util_tests
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user