fix a typo in Tutorial_hello_world.txt (#7749)

fix a typo in Tutorial_hello_world.txt
This commit is contained in:
Laurent Rineau 2023-09-28 08:39:28 +02:00 committed by GitHub
commit 8a4b492f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ seems that the points are collinear, or perform a right turn.
If you must ensure that your numbers get interpreted at their full precision If you must ensure that your numbers get interpreted at their full precision
you can use a \cgal kernel that performs exact predicates and you can use a \cgal kernel that performs exact predicates and
extract constructions. exact constructions.
\cgalExample{Kernel_23/exact.cpp} \cgalExample{Kernel_23/exact.cpp}