We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4952e2b commit 5ad05afCopy full SHA for 5ad05af
doc/api/util.markdown
@@ -261,7 +261,7 @@ through the `constructor.super_` property.
261
262
Marks that a method should not be used any more.
263
264
- exports.puts = exports.deprecate(function() {
+ exports.puts = util.deprecate(function() {
265
for (var i = 0, len = arguments.length; i < len; ++i) {
266
process.stdout.write(arguments[i] + '\n');
267
}
0 commit comments