From 92232c9295ed2f246ff3f20221f231021c3d4aa7 Mon Sep 17 00:00:00 2001 From: CCXXXI Date: Thu, 28 Sep 2023 12:53:05 +0800 Subject: [PATCH] fix a typo in Tutorial_hello_world.txt --- .../doc/Documentation/Tutorials/Tutorial_hello_world.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doc/Documentation/Tutorials/Tutorial_hello_world.txt b/Documentation/doc/Documentation/Tutorials/Tutorial_hello_world.txt index da30ca174cc..a006447c79a 100644 --- a/Documentation/doc/Documentation/Tutorials/Tutorial_hello_world.txt +++ b/Documentation/doc/Documentation/Tutorials/Tutorial_hello_world.txt @@ -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 you can use a \cgal kernel that performs exact predicates and -extract constructions. +exact constructions. \cgalExample{Kernel_23/exact.cpp}