Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Typo in example of util.deprecate() documentation #25559

@danielrentz

Description

@danielrentz

Example at https://nodejs.org/api/util.html#util_util_deprecate_function_string reads

exports.puts = exports.deprecate(function() { ...

but should read

exports.puts = util.deprecate(function() { ...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions