From e23cbaaa67ab5d3342e8b75d06339154968916a8 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 27 Aug 2014 11:22:39 +0200 Subject: [PATCH] typo --- Documentation/doc/Documentation/Introduction.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doc/Documentation/Introduction.txt b/Documentation/doc/Documentation/Introduction.txt index a3601f5c0a6..85b6e5b879b 100644 --- a/Documentation/doc/Documentation/Introduction.txt +++ b/Documentation/doc/Documentation/Introduction.txt @@ -113,7 +113,7 @@ familiarize yourself with its basic ideas. If you look at the manual page of the function `convex_hull_2()` and the other 2D convex hull algorithms, you see that they come in two versions. In the examples we have seen so far the function that takes two -iterators for the sequnce of input points and an output iterator for +iterators for the sequence of input points and an output iterator for writing the result to. The second version has an additional template parameter `Traits`, and an additional parameter of this type.