diff --git a/core/lib/Drupal/Component/Uuid/UuidInterface.php b/core/lib/Drupal/Component/Uuid/UuidInterface.php
index a1bfc3c5308b2939e85e1616bb5836945b543bb6..49c8f02d00bbb12fbc5e06bf426302439f701f25 100644
--- a/core/lib/Drupal/Component/Uuid/UuidInterface.php
+++ b/core/lib/Drupal/Component/Uuid/UuidInterface.php
@@ -8,7 +8,7 @@
 namespace Drupal\Component\Uuid;
 
 /**
- * Interface that defines a UUID backend.
+ * Interface for generating UUIDs.
  */
 interface UuidInterface {