Skip to content

Commit 7119d90

Browse files
committed
docs: make first letter uppercase
1 parent 6b560bb commit 7119d90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/models/entities.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Stored in the database as "red,yellow,green":
246246

247247
.. note:: Casting as CSV uses PHP's internal ``implode`` and ``explode`` methods and assumes all values are string-safe and free of commas. For more complex data casts try ``array`` or ``json``.
248248

249-
Custom casting
249+
Custom Casting
250250
==============
251251

252252
You can define your own conversion types for getting and setting data.

0 commit comments

Comments
 (0)