Skip to content

Commit 5a638ec

Browse files
Apply suggestions from code review
Co-authored-by: Jessica Wright <[email protected]>
1 parent 6342782 commit 5a638ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/syntax/naming.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Some techniques to mitigate this are:
6262
Here are the recommended naming conventions:
6363

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

0 commit comments

Comments
 (0)