Skip to content

Commit 4d3e2d2

Browse files
authored
Fix "class names" in Basics long concept text (#671)
1 parent 3c47a11 commit 4d3e2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/basic-syntax/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ $sum = add(1, 2);
189189

190190
## Naming conventions
191191

192-
Classnames should all be `PascalCase`.
192+
Class names should all be `PascalCase`.
193193
Depending on the style standard; variables, functions, and method names may be either `camelCase` or `snake_case`.
194194
Names may contain letters `a-zA-Z`, numbers `0-9`, and underscores `_` but they cannot start with a number.
195195

0 commit comments

Comments
 (0)