From de6dd854b504367eb6c06b1ea92c8a57e73a08a7 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 11 Apr 2023 17:53:52 +0100 Subject: [PATCH] typo --- .../Algebraic_foundations/Concepts/AlgebraicStructureTraits.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/AlgebraicStructureTraits.h b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/AlgebraicStructureTraits.h index 43ff35fe834..48c92909b80 100644 --- a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/AlgebraicStructureTraits.h +++ b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/AlgebraicStructureTraits.h @@ -139,7 +139,7 @@ typedef unspecified_type Is_numerical_sensitive; This type specifies the return type of the predicates provided by this traits. The type must be convertible to `bool` and typically the type indeed maps to `bool`. However, there are also -cases such as interval arithmetic, in which it is `Uncertain` +cases such as interval arithmetic, in which it is `CGAL::Uncertain` or some similar type. */ @@ -300,4 +300,3 @@ typedef unspecified_type Root_of; /// @} }; /* end AlgebraicStructureTraits */ -