Skip to content

doc: Use .prototype. for consistency

Rodrigo Muino Tomonari requested to merge github/fork/VoltrexKeyva/patch-1 into master

Most of the documentation uses the property accessor (.) or .prototype. instead of # to point out some methods or properties (e.g. Buffer.alloc()), there's some that uses (Buffer#alloc()), this is a small change but just for the sake of consistency.

Merge request reports

Loading