diff --git a/core/modules/entity/entity.module b/core/modules/entity/entity.module index e7e3ddf..3819e4b 100644 --- a/core/modules/entity/entity.module +++ b/core/modules/entity/entity.module @@ -255,7 +255,7 @@ function entity_load_multiple($entity_type, array $ids = NULL, $reset = FALSE) { * @param string $entity_type * The entity type to load, e.g. node or user. * @param array $values - * An associative where the keys are the property names and the + * An associative array where the keys are the property names and the * values are the values those properties must have. * * @return array diff --git a/core/modules/entity/lib/Drupal/entity/EntityStorageControllerInterface.php b/core/modules/entity/lib/Drupal/entity/EntityStorageControllerInterface.php index 710ec90..0eca928 100644 --- a/core/modules/entity/lib/Drupal/entity/EntityStorageControllerInterface.php +++ b/core/modules/entity/lib/Drupal/entity/EntityStorageControllerInterface.php @@ -63,7 +63,7 @@ interface EntityStorageControllerInterface { * Load entities by their property values. * * @param array $values - * An associative where the keys are the property names and the + * An associative array where the keys are the property names and the * values are the values those properties must have. * * @return array