Merge pull request #5712 from nfauchelle/patch-1

Fix typo in constructor comment
This commit is contained in:
Damian Mooyman 2016-06-17 16:17:21 +12:00 committed by GitHub
commit 9998f4b5c8

View File

@ -331,7 +331,7 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
* Construct a new DataObject.
*
* @param array|null $record This will be null for a new database record. Alternatively, you can pass an array of
* field values. Normally this contructor is only used by the internal systems that get objects from the database.
* field values. Normally this constructor is only used by the internal systems that get objects from the database.
* @param boolean $isSingleton This this to true if this is a singleton() object, a stub for calling methods.
* Singletons don't have their defaults set.
* @param DataModel $model