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 719d1e2 commit 181fa00Copy full SHA for 181fa00
modules/ROOT/pages/syntax/naming.adoc
@@ -62,8 +62,8 @@ Some techniques to mitigate this are:
62
Here are the recommended naming conventions:
63
64
|===
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.
+| Node labels | Pascal case, capitalized words using no spaces or separators | `:VehicleOwner` rather than `:vehicle_owner` etc.
+| Relationship types | Upper case, using underscore to separate words | `:OWNS_VEHICLE` rather than `:ownsVehicle` etc.
67
68
69
[[identifier-length-limit]]
0 commit comments