chore: remove unneeded separator from namespace

This commit is contained in:
Oliver Davies 2022-02-08 09:43:17 +00:00
parent 2bcd49e2db
commit 0066ba9de6

View file

@ -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