From a685e19ed6f4a7fe806b3236a8f84fc80280a47b Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 4 Oct 2022 16:06:33 +0100 Subject: [PATCH] Fix typo --- Number_types/doc/Number_types/CGAL/Sqrt_extension.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Number_types/doc/Number_types/CGAL/Sqrt_extension.h b/Number_types/doc/Number_types/CGAL/Sqrt_extension.h index 5f22f5cae5f..157b8443273 100644 --- a/Number_types/doc/Number_types/CGAL/Sqrt_extension.h +++ b/Number_types/doc/Number_types/CGAL/Sqrt_extension.h @@ -19,7 +19,7 @@ construction time, or set to zero if it is not specified. Arithmetic operations among different extensions, say \f$ \mathbb{Z}[\sqrt{a}]\f$ and \f$ \mathbb{Z}[\sqrt{b}]\f$, are not supported. -The result would be in \f$ \mathb{Z}Z[\sqrt{a},\sqrt{b}]\f$, which is not +The result would be in \f$ \mathbb{Z}[\sqrt{a},\sqrt{b}]\f$, which is not representable by `Sqrt_extension`. \attention The user is responsible to check that arithmetic operations are carried out for elements from the same extensions only. @@ -91,8 +91,8 @@ In case `NT` is not `RealEmbeddable`, `DifferentExtensionComparable` as well as \cgalModels `CopyConstructible` \cgalModels `DefaultConstructible` \cgalModels `EqualityComparable` -\cgalModels `ImplicitInteroperable` with int -\cgalModels `ImplicitInteroperable` with NT +\cgalModels `ImplicitInteroperable` with `int` +\cgalModels `ImplicitInteroperable` with `NT` \cgalModels `Fraction` if NT is a `Fraction` \cgalModels `RootOf_2`