Closed
Description
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.