diff --git a/core/lib/Drupal/Core/Database/Schema.php b/core/lib/Drupal/Core/Database/Schema.php
index c4d27c36e3e8024e04515742aedb28a5802094a9..4ebfd40b1f2819c24a3bdb75ea5885f318c1d5e2 100644
--- a/core/lib/Drupal/Core/Database/Schema.php
+++ b/core/lib/Drupal/Core/Database/Schema.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of Drupal\Core\Database\Schema
+ * Contains \Drupal\Core\Database\Schema.
  */
 
 namespace Drupal\Core\Database;
@@ -11,6 +11,9 @@
 use Drupal\Core\Database\Query\Condition;
 use Drupal\Core\Database\Query\PlaceholderInterface;
 
+/**
+ * Provides a base implementation for Database Schema.
+ */
 abstract class Schema implements PlaceholderInterface {
 
   protected $connection;