From 57465431e8aa9f11ce2eab77f1e1a656c73feacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Tue, 10 Mar 2020 15:26:34 +0100 Subject: [PATCH] Fix grammar --- .../doc/Segment_Delaunay_graph_2/Segment_Delaunay_graph_2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/Segment_Delaunay_graph_2.txt b/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/Segment_Delaunay_graph_2.txt index 5b212279b9d..e5651b18ac2 100644 --- a/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/Segment_Delaunay_graph_2.txt +++ b/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/Segment_Delaunay_graph_2.txt @@ -493,7 +493,7 @@ for inputs consisting of more than about 1,000 sites. \subsection Segment_Delaunay_graph_2FirstExample First Example using the Filtered Traits The following example shows how to use the segment Delaunay graph traits -in conjunction with filtered traits mechanism. In +in conjunction with filtered traits mechanisms. In addition it shows how to use a few of the iterators provided by the `Segment_Delaunay_graph_2` class in order to count a few site-related quantities.