We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c47a11 commit 4d3e2d2Copy full SHA for 4d3e2d2
concepts/basic-syntax/about.md
@@ -189,7 +189,7 @@ $sum = add(1, 2);
189
190
## Naming conventions
191
192
-Classnames should all be `PascalCase`.
+Class names should all be `PascalCase`.
193
Depending on the style standard; variables, functions, and method names may be either `camelCase` or `snake_case`.
194
Names may contain letters `a-zA-Z`, numbers `0-9`, and underscores `_` but they cannot start with a number.
195
0 commit comments