Skip to content

Commit 181fa00

Browse files
Pascal case wording (#1405)
Co-authored-by: Jessica Wright <[email protected]>
1 parent 719d1e2 commit 181fa00

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
@@ -62,8 +62,8 @@ Some techniques to mitigate this are:
6262
Here are the recommended naming conventions:
6363

6464
|===
65-
| Node labels | Camel-case, beginning with an upper-case character | `:VehicleOwner` rather than `:vehicle_owner` etc.
66-
| Relationship types | Upper-case, using underscore to separate words | `:OWNS_VEHICLE` rather than `:ownsVehicle` etc.
65+
| Node labels | Pascal case, capitalized words using no spaces or separators | `:VehicleOwner` rather than `:vehicle_owner` etc.
66+
| Relationship types | Upper case, using underscore to separate words | `:OWNS_VEHICLE` rather than `:ownsVehicle` etc.
6767
|===
6868

6969
[[identifier-length-limit]]

0 commit comments

Comments
 (0)