Skip to content

Commit

Permalink
doc: add missing references and correcting style
Browse files Browse the repository at this point in the history
Following review, changed one ref and added missing ones.
Also corrected casing on non-primitive values.

Fixes: nodejs#16755
  • Loading branch information
Tiriel committed Nov 19, 2017
1 parent eab906a commit c95317d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/api/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ the report to the **Profiles** panel of the inspector tab. See
<!-- YAML
added: v8.0.0
-->
* `array` {array|object}
* `array` {Array|Object}
* `...args` {any}

This method does not display anything unless used in the inspector. Prints to
Expand Down Expand Up @@ -529,9 +529,11 @@ This method does not display anything unless used in the inspector. The
[`console.error()`]: #console_console_error_data_args
[`console.group()`]: #console_console_group_label
[`console.log()`]: #console_console_log_data_args
[`console.profile()`]: #console_console_profile_label
[`console.profileEnd()`]: #console_console_profileend
[`console.time()`]: #console_console_time_label
[`console.timeStamp()`]: #console_console_timestamp_label
[`console.timeEnd()`]: #console_console_timeend_label
[`console.timeStamp()`]: #console_console_timestamp_label
[`process.stderr`]: process.html#process_process_stderr
[`process.stdout`]: process.html#process_process_stdout
[`util.format()`]: util.html#util_util_format_format_args
Expand Down

0 comments on commit c95317d

Please sign in to comment.