Skip to content

Commit

Permalink
doc: link to correct "OS Constants" heading in docs
Browse files Browse the repository at this point in the history
PR-URL: #14969
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
jamiebuilds authored and jasnell committed Aug 23, 2017
1 parent 2a97eb6 commit 954b346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/os.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ added: v6.3.0

Returns an object containing commonly used operating system specific constants
for error codes, process signals, and so on. The specific constants currently
defined are described in [OS Constants][].
defined are described in [OS Constants](#os_os_constants_1).

## os.cpus()
<!-- YAML
Expand Down

1 comment on commit 954b346

@Trott
Copy link
Member

@Trott Trott commented on 954b346 Aug 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jasnell Similarly, this one has a first line that is longer than 50 chars. Again, I imagine it's not worth force-pushing to fix at this point, but just in case....

(Similarly, core-validate-commit would have flagged this too!)

Please sign in to comment.