From 3e114bd69cb98bc5e67bd0e8bd33836a74d1dfd3 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Fri, 8 Dec 2023 07:24:46 +0100 Subject: [PATCH] Fixed doc. --- src/db/db/gsiDeclDbEdge.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/db/db/gsiDeclDbEdge.cc b/src/db/db/gsiDeclDbEdge.cc index 52ff1cdf5b..405b38f2c2 100644 --- a/src/db/db/gsiDeclDbEdge.cc +++ b/src/db/db/gsiDeclDbEdge.cc @@ -565,9 +565,9 @@ struct edge_defs "is not defined.\n" "\n" "This method considers the edge to define an infinite line running through it.\n" - "the distance is the minimum distance of the point to any of the points on this\n" - "infinite line. A similar method is \\euclidian_distance, but the latter regards\n" - "the edge as a finite set of points between the endpoints.\n" + "\\distance returns the distance of 'p' to this line.\n" + "A similar method is \\euclidian_distance, but the latter regards\n" + "the edge a finite set of points between the endpoints.\n" "\n" "@param p The point to test.\n" "\n"