Skip to content

v0.2.54..v0.2.55 changeset SmallerOverlapExtractor.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/SmallerOverlapExtractor.h b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/SmallerOverlapExtractor.h
index a20d2aa..a20f441 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/SmallerOverlapExtractor.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/SmallerOverlapExtractor.h
@@ -65,7 +65,7 @@ public:
     const std::shared_ptr<const Element>& candidate) const override;
 
   virtual QString getDescription() const
-  { return "Determines the overlap between two features focusing on the building with more overlap"; }
+  { return "Determines the overlap between two features focusing on the feature with more overlap"; }
 
   /**
    * @see Configurable
Clone this wiki locally