Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Oct 9, 2017
1 parent fcdf20d commit ceb3dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsauxiliarystorage.sip
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class QgsAuxiliaryLayer : QgsVectorLayer

bool exists( const QgsPropertyDefinition &definition ) const;
%Docstring
Returns true if the property is stored in the layer yet, false
Returns true if the property is stored in the layer already, false
otherwise.

\param definition The property definition to check
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsauxiliarystorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class CORE_EXPORT QgsAuxiliaryLayer : public QgsVectorLayer
QgsVectorLayerJoinInfo joinInfo() const;

/**
* Returns true if the property is stored in the layer yet, false
* Returns true if the property is stored in the layer already, false
* otherwise.
*
* \param definition The property definition to check
Expand Down

0 comments on commit ceb3dd7

Please sign in to comment.