Skip to content

Commit

Permalink
Fix "class names" in Basics long concept text (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-mxp authored Mar 31, 2024
1 parent 3c47a11 commit 4d3e2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/basic-syntax/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ $sum = add(1, 2);

## Naming conventions

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

Expand Down

0 comments on commit 4d3e2d2

Please sign in to comment.