@@ -166,7 +166,7 @@ <h3>Installation</h3>
166166 edition it should be
167167 < code > /path-to/qt-everywhere-opensource-src-<version>/qtbase/lib/cmake/Qt5</ code > .
168168 </ li >
169- < li > The code of the 3D demos now use modern OpenGL, with shaders,
169+ < li > The code of the 3D demos now uses modern OpenGL, with shaders,
170170 instead of the fixed pipeline API of OpenGL-1.</ li >
171171 < li > The Microsoft Windows Visual C++ compiler 2015 (VC14) is now
172172 supported. However, since this compiler is not officially supported
@@ -267,9 +267,9 @@ <h3>Approximation of Ridges and Umbilics on Triangulated Surface Meshes</h3>
267267 < ul >
268268 < li > This package now supports any model of the
269269 concept < code > FaceGraph</ code > .
270- < li > < b > Breaking change:</ b > The package no longer support models
270+ < li > < b > Breaking change:</ b > The package no longer supports models
271271 of < code > TriangulatedSurfaceMesh</ code > which are not at the same
272- time model of the concept < code > FaceGraph</ code > .
272+ time models of the concept < code > FaceGraph</ code > .
273273 </ li >
274274 </ ul >
275275
@@ -296,7 +296,7 @@ <h3>2D Arrangements</h3>
296296 < li > The existing < code > ArrangementLandmarkTraits_2</ code > concept,
297297 which has two requirements, now refines the two respective
298298 concepts above.</ li >
299- < li > The template parameter of the exsting
299+ < li > The template parameter of the existing
300300 < code > Arr_polyline_traits_2<SegmentTraits></ code > template
301301 must be substituted with a traits class that is a model of
302302 the < code > ArrangementConstructXMonotoneTraits_2</ code > concept
@@ -363,7 +363,7 @@ <h3>Point Set Processing and Surface Reconstruction from Point Sets</h3>
363363 whether a point is on or close to a feature edge. The former function
364364 is also internally used by < code > CGAL::vcm_estimate_normals()</ code >
365365 to estimate the normals of a point set and it is particularly suited
366- to point set with noise.
366+ to point sets with noise.
367367 </ li >
368368 </ ul >
369369
0 commit comments