Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 21, 2021
1 parent c792618 commit 89d58dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -277,7 +277,7 @@ The optional ``feedback`` argument can be used to provide cancellation support f

.. note::

Providers which implement this method should return always return a list of sublayer details for any valid, even if the ``uri``
Providers which implement this method should always return a list of sublayer details for any valid, even if the ``uri``
only relates to a single layer. Returning a non-empty list indicates that the provider is able to load at least one layer using the ``uri``,
and is used to collate a combined layer of all providers which support the URI (e.g. in the case that a URI may be readable by multiple
different providers).
Expand Down
2 changes: 1 addition & 1 deletion src/core/providers/qgsprovidermetadata.h
Expand Up @@ -333,7 +333,7 @@ class CORE_EXPORT QgsProviderMetadata : public QObject
*
* The optional \a feedback argument can be used to provide cancellation support for long-running queries.
*
* \note Providers which implement this method should return always return a list of sublayer details for any valid, even if the \a uri
* \note Providers which implement this method should always return a list of sublayer details for any valid, even if the \a uri
* only relates to a single layer. Returning a non-empty list indicates that the provider is able to load at least one layer using the \a uri,
* and is used to collate a combined layer of all providers which support the URI (e.g. in the case that a URI may be readable by multiple
* different providers).
Expand Down

0 comments on commit 89d58dc

Please sign in to comment.