From b3687d7b647fccfc185071a52062d758cbeec4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 8 Dec 2010 16:25:12 +0000 Subject: [PATCH] typo --- Spatial_searching/doc_tex/Spatial_searching_ref/Kd_tree.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spatial_searching/doc_tex/Spatial_searching_ref/Kd_tree.tex b/Spatial_searching/doc_tex/Spatial_searching_ref/Kd_tree.tex index 9a46cc8e102..ae39e361e06 100644 --- a/Spatial_searching/doc_tex/Spatial_searching_ref/Kd_tree.tex +++ b/Spatial_searching/doc_tex/Spatial_searching_ref/Kd_tree.tex @@ -26,7 +26,7 @@ The class \ccRefName\ defines a $k$-$d$ tree. Expects for the first template argument a model of the concept \ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2 >}. -Excepts for the second template argument a model for the concept \ccc{Splitter}. +Expects for the second template argument a model for the concept \ccc{Splitter}. It defaults to \ccc{Sliding_midpoint}. Expects for the third template argument \ccc{CGAL::Tag_true}, if the