Skip to content

Commit 61cf614

Browse files
MichaCMichaC
authored andcommitted
Fix bad xml param
1 parent 6bb8304 commit 61cf614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CDT.Core/KdTree.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public void Insert(int iPoint, IReadOnlyList<V2d<T>> points)
145145
}
146146
}
147147

148-
/// <summary>Finds the nearest point to <paramref name="query"/> in the external buffer.</summary>
148+
/// <summary>Finds the nearest point to <paramref name="points"/> in the external buffer.</summary>
149149
public int Nearest(T qx, T qy, IReadOnlyList<V2d<T>> points)
150150
{
151151
int resultIdx = 0;

0 commit comments

Comments
 (0)