backquotes

This commit is contained in:
Michael Hemmer 2014-02-03 14:54:36 +01:00
parent 8f18eb46f9
commit 310ce5affa
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Two types `A` and `B` are a model of the concept
`ImplicitInteroperable`, if there is a superior type, such that
binary arithmetic operations involving `A` and `B` result in
this type. This type is \link CGAL::Coercion_traits::Type `CGAL::Coercion_traits<A,B>::Type`\endlink.
In case types are RealEmbeddable this also implies that mixed compare operators are available.
In case types are `RealEmbeddable` this also implies that mixed compare operators are available.
The type \link CGAL::Coercion_traits::Type `CGAL::Coercion_traits<A,B>::Type`\endlink is required to be
implicit constructible from `A` and `B`.