diff --git a/core/lib/Drupal/Core/Entity/Query/Sql/TablesInterface.php b/core/lib/Drupal/Core/Entity/Query/Sql/TablesInterface.php
index bd8e0de3627945bdd7edaa88c4f99ec9f749fdba..ed34988554f3bfbdb14adeb36677f61eae85c83d 100644
--- a/core/lib/Drupal/Core/Entity/Query/Sql/TablesInterface.php
+++ b/core/lib/Drupal/Core/Entity/Query/Sql/TablesInterface.php
@@ -11,10 +11,10 @@ interface TablesInterface {
    * Adds a field to a database query.
    *
    * @param string $field
-   *   If it doesn't contain a dot, then an entity base field name. If it
-   *   contains a dot, then either field name dot field column or field name dot
-   *   delta dot field column. Delta can be a numeric value or a "%delta" for
-   *   any value.
+   *   The field to add to the query.
+   *
+   *   For comprehensive documentation on the format, see
+   *   \Drupal\Core\Entity\Query\QueryInterface::condition().
    * @param string $type
    *   Join type, can either be INNER or LEFT.
    * @param string $langcode