diff --git a/core/modules/dblog/src/Plugin/rest/resource/DBLogResource.php b/core/modules/dblog/src/Plugin/rest/resource/DBLogResource.php index a8dc755..62510e2 100644 --- a/core/modules/dblog/src/Plugin/rest/resource/DBLogResource.php +++ b/core/modules/dblog/src/Plugin/rest/resource/DBLogResource.php @@ -31,7 +31,7 @@ class DBLogResource extends ResourceBase { * Returns a watchdog log entry for the specified ID. * * @param int $id - * The id of the watchdog log entry. + * The ID of the watchdog log entry. * * @return \Drupal\rest\ResourceResponse * The response containing the log entry.