Skip to content

Commit a238267

Browse files
Pascal case wording (#1405)
Co-authored-by: Jessica Wright <[email protected]>
1 parent 569e38f commit a238267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/syntax/naming.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ For the comprehensive list of deprecated characters, see the xref::deprecations
6868
Here are the recommended naming conventions:
6969

7070
|===
71-
| Node labels | Camel-case, beginning with an upper-case character | `:VehicleOwner` rather than `:vehicle_owner` etc.
72-
| Relationship types | Upper-case, using underscore to separate words | `:OWNS_VEHICLE` rather than `:ownsVehicle` etc.
71+
| Node labels | Pascal case, capitalized words using no spaces or separators | `:VehicleOwner` rather than `:vehicle_owner` etc.
72+
| Relationship types | Upper case, using underscore to separate words | `:OWNS_VEHICLE` rather than `:ownsVehicle` etc.
7373
|===
7474

7575
[role=label--new-5.25]

0 commit comments

Comments
 (0)