diff --git a/developer_manual/app/database.rst b/developer_manual/app/database.rst index b6c1bd4dd..5875e4dba 100644 --- a/developer_manual/app/database.rst +++ b/developer_manual/app/database.rst @@ -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