Fix description of case used in attribute names

Attributes are written in lowerCamelCase, not Pascal case (aka
UpperCamelCase).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez
2017-05-10 00:47:21 +02:00
parent 4b8793c3f7
commit 9b4ac572df

View File

@@ -114,7 +114,7 @@ or::
Entities
========
Entities are data objects that carry all the table's information for one row. Every Entity has an **id** field by default that is set to the integer type. Table rows are mapped from lower case and underscore separated names to pascal case attributes:
Entities are data objects that carry all the table's information for one row. Every Entity has an **id** field by default that is set to the integer type. Table rows are mapped from lower case and underscore separated names to *lowerCamelCase* attributes:
* **Table column name**: phone_number
* **Property name**: phoneNumber