Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-10-07 15:21:11 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2020-10-14 03:01:04 +0300
commit85dc84d1bb5759f37d78f8c38667eceae0288c38 (patch)
treea7423e78fbaea92e7dabb6fe14fda213b8e0d45a /doc
parent01c9c59c85f898042461c6fdeb15ee8f783fa4bd (diff)
doc: use sentence case for class property
Change the one instance of the Class Property heading in our docs to Class property to match style with other headers. PR-URL: https://github.com/nodejs/node/pull/35540 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/buffer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/buffer.md b/doc/api/buffer.md
index a36d007f0ab..0d370410ed2 100644
--- a/doc/api/buffer.md
+++ b/doc/api/buffer.md
@@ -752,7 +752,7 @@ console.log(Buffer.isEncoding(''));
// Prints: false
```
-### Class Property: `Buffer.poolSize`
+### Class property: `Buffer.poolSize`
<!-- YAML
added: v0.11.3
-->