From 0066ba9de63fdc625b7f2d69240a590938af59fe Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 8 Feb 2022 09:43:17 +0000 Subject: [PATCH] chore: remove unneeded separator from namespace --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cb9c68d..b9536b1 100644 --- a/README.rst +++ b/README.rst @@ -61,7 +61,7 @@ Loading entities by properties Querying for entities --------------------- -Returns an instance of ``\Drupal\Core\Entity\Query\QueryInterface`` for the specified entity type. +Returns an instance of ``Drupal\Core\Entity\Query\QueryInterface`` for the specified entity type. .. code:: php