Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more missed spelling
  • Loading branch information
uclaros authored and nyalldawson committed Apr 4, 2020
1 parent ad0e043 commit b48a576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -212,7 +212,7 @@ children.

int depth() const;
%Docstring
Returns the depth of this node, i.e. the number of it's ancestors
Returns the depth of this node, i.e. the number of its ancestors

.. versionadded:: 3.14
%End
Expand Down
2 changes: 1 addition & 1 deletion src/core/layertree/qgslayertreenode.h
Expand Up @@ -209,7 +209,7 @@ class CORE_EXPORT QgsLayerTreeNode : public QObject
QList< QgsMapLayer * > checkedLayers() const;

/**
* Returns the depth of this node, i.e. the number of it's ancestors
* Returns the depth of this node, i.e. the number of its ancestors
* \since QGIS 3.14
*/
int depth() const;
Expand Down

0 comments on commit b48a576

Please sign in to comment.