diff --git a/core/modules/rest/src/Plugin/rest/resource/EntityResource.php b/core/modules/rest/src/Plugin/rest/resource/EntityResource.php
index 1e03c65..78ee0c9 100644
--- a/core/modules/rest/src/Plugin/rest/resource/EntityResource.php
+++ b/core/modules/rest/src/Plugin/rest/resource/EntityResource.php
@@ -263,7 +263,7 @@ public function delete(EntityInterface $entity) {
       $entity->delete();
       $this->logger->notice('Deleted entity %type with ID %id.', array('%type' => $entity->getEntityTypeId(), '%id' => $entity->id()));
 
-      // Delete responses which have an empty body.
+      // Delete responses have an empty body.
       return new ModifiedResourceResponse(NULL, 204);
     }
     catch (EntityStorageException $e) {
