Skip to content

docs: incorrect man page link in html modules doc #5686

Description

@sbc100

In https://nodejs.org/dist/latest-v5.x/docs/api/modules.html#modules_modules

The following line appears:
var mySquare = square(2);

Which should just be:
var mySquare = square(2);

Looks like the thing that generates links to man pages automatically is a little overzealous.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docIssues and PRs related to Node.js documentation.toolsIssues and PRs related to the tools directory.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions