| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fb9bb05 commit 42c4795
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -752,7 +752,7 @@ console.log(Buffer.isEncoding('')); | |||
| 752 | 752 | // Prints: false | |
| 753 | 753 | ``` | |
| 754 | 754 | ||
| 755 | - ### Class Property: `Buffer.poolSize` | ||
| 755 | + ### Class property: `Buffer.poolSize` | ||
| 756 | 756 | <!-- YAML | |
| 757 | 757 | added: v0.11.3 | |
| 758 | 758 | --> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -437,7 +437,7 @@ const eventPrefix = '^Event: +'; | |||
| 437 | 437 | const classPrefix = '^[Cc]lass: +'; | |
| 438 | 438 | const ctorPrefix = '^(?:[Cc]onstructor: +)?`?new +'; | |
| 439 | 439 | const classMethodPrefix = '^Static method: +'; | |
| 440 | - const maybeClassPropertyPrefix = '(?:Class Property: +)?'; | ||
| 440 | + const maybeClassPropertyPrefix = '(?:Class property: +)?'; | ||
| 441 | 441 | ||
| 442 | 442 | const maybeQuote = '[\'"]?'; | |
| 443 | 443 | const notQuotes = '[^\'"]+'; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments