From 2702c80ff4538b4e2d794b044cda67bcaaa75c32 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Thu, 24 Nov 2011 22:48:13 +0000 Subject: [PATCH] Typo in comment [SVN r75650] --- include/boost/geometry/algorithms/covered_by.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/geometry/algorithms/covered_by.hpp b/include/boost/geometry/algorithms/covered_by.hpp index 3e099126a..fdb78edc1 100644 --- a/include/boost/geometry/algorithms/covered_by.hpp +++ b/include/boost/geometry/algorithms/covered_by.hpp @@ -170,7 +170,7 @@ inline bool covered_by(Geometry1 const& geometry1, Geometry2 const& geometry2) \param geometry1 \param_geometry geometry which might be covered_by the second geometry \param geometry2 \param_geometry which might contain the first geometry \param strategy strategy to be used -\return true if geometry1 is completely contained covered_by geometry2, +\return true if geometry1 is inside of or on the border of geometry2, else false \qbk{distinguish,with strategy}