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 and github-actions[bot] committed Feb 10, 2025
1 parent c557a93 commit db9c11f
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 @@ -565,7 +565,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 db9c11f

Please sign in to comment.