Markdown formatting of code

This commit is contained in:
Laurent Rineau 2020-05-19 20:28:11 +02:00
parent d2c56a8511
commit 6b05f820e7
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Release date: June 2020
### 2D Arrangement on Surface
- Changed intersection return type from legacy `CGAL::Object` to modern
`boost::variant` in all traits concepts and models.
As there is an implicit conversion from boost::variant to CGAL::Object, the
As there is an implicit conversion from `boost::variant` to `CGAL::Object`, the
new code is backward compatible. However, it is recommended that all calls
to the intersection functions are fixed to use the new return type.