Skip to content

Commit

Permalink
Update src/core/qgsrange.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored Feb 10, 2025
1 parent 1ae9545 commit afda329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsrange.h
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ class QgsTemporalRange
*/
bool overlaps( const QgsTemporalRange<T> &other ) const
{
// one of both range is infinite
// one or both range is infinite
if ( isInfinite() || other.isInfinite() )
return true;

Expand Down

0 comments on commit afda329

Please sign in to comment.