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

doc: fix brackets for optional parameters #8442

Closed
wants to merge 1 commit into from
Closed

doc: fix brackets for optional parameters #8442

wants to merge 1 commit into from

Conversation

trevnorris
Copy link

Documentation incorrectly used bracket notation for optional parameters.
This caused inconsistencies in usage because of examples like the
following:

fs.write(fd, data[, position[, encoding]], callback)

This simply fixes all uses of bracket notation in documentation.

Documentation incorrectly used bracket notation for optional parameters.
This caused inconsistencies in usage because of examples like the
following:

    fs.write(fd, data[, position[, encoding]], callback)

This simply fixes all uses of bracket notation in documentation.

Signed-off-by: Trevor Norris <trev.norris@gmail.com>
@indutny
Copy link
Member

indutny commented Sep 25, 2014

LGTM

@trevnorris
Copy link
Author

Thanks @indutny. Merged in 51b6b68.

@trevnorris trevnorris closed this Sep 25, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants