Clarify get_() to get_...()

This commit is contained in:
Mael Rouxel-Labbé 2022-10-04 23:31:46 +02:00
parent 0bd75b7cdb
commit 0a63426f4e
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ public:
/*!
The point type. The (in)equality tests must be
available. Access to the point coordinates is done via the `get_.()`
available. Access to the point coordinates is done via the `get_...()`
functions. Constructing a point is done with the `make_point( )`
operation.
*/
@ -35,7 +35,7 @@ typedef unspecified_type Point_3;
/*!
The plane type. Access to the coefficients of the
plane is made via the `get_.()` functions. Constructing a plane is
plane is made via the `get_...()` functions. Constructing a plane is
done with the `make_plane()` operation.
*/
typedef unspecified_type Plane_3;