summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Spatial_searching/doc/Intro_spatial_searching.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Spatial_searching/doc/Intro_spatial_searching.h b/src/Spatial_searching/doc/Intro_spatial_searching.h
index d79d6e98..0a857221 100644
--- a/src/Spatial_searching/doc/Intro_spatial_searching.h
+++ b/src/Spatial_searching/doc/Intro_spatial_searching.h
@@ -42,7 +42,7 @@ namespace spatial_searching {
*
* \section spatial_searching_examples Example
*
- * This example generates 500 random points, then queries the 10 nearest points to the 20th point.
+ * This example generates 500 random points, then performs queries for nearest points using different methods.
*
* \include Spatial_searching/example_spatial_searching.cpp
*