Documentation error in Manual

The construct:
```
In the previous section, we wrote that "Any model of the CGAL concept
Kernel provides what is required by the concept `ConvexHullTraits_2`.
```
leads to the fact that the entire paragraph is badly formatted as the double quote is not properly closed.
Closing the double quote would lead to the fact that the `` `ConvexHullTraits_2` `` is not resolved properly

File:
- doc_output/Manual/tutorial_hello_world.html#intro_concept
This commit is contained in:
albert-github 2022-09-24 18:10:20 +02:00
parent a9d5e019b7
commit 3b8b37c184
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ given by a direction, which is hardwired in the class
\section intro_concept Concepts and Models
In the previous section, we wrote that "Any model of the CGAL concept
In the previous section, we wrote that: Any model of the CGAL concept
Kernel provides what is required by the concept `ConvexHullTraits_2`.
A \em concept is a set of requirements on a type, namely that it has