-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.47..v0.2.48 changeset CornerSplitter.h
Garret Voltz edited this page Sep 27, 2019
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/splitter/CornerSplitter.h b/hoot-core/src/main/cpp/hoot/core/algorithms/splitter/CornerSplitter.h
index d6a75b8..6f4cc52 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/splitter/CornerSplitter.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/splitter/CornerSplitter.h
@@ -46,7 +46,7 @@ class OsmMap;
class Way;
/**
- * Given an OsmMap, ways are split at sharp (or rounded if desired) corners. This can help
+ * Given an OsmMap, ways are split at sharp (or rounded, if desired) corners. This can help
* when conflating data that is mostly major roads with data that contains a lot of
* neighborhood-level data.
*/