mirror of https://github.com/CGAL/cgal
typos
This commit is contained in:
parent
855987c77a
commit
ec3162912b
|
|
@ -24,11 +24,11 @@ public:
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
/// \name Operations
|
/// \name Operations
|
||||||
/// The following member functions must exist.
|
/// The following member function must exist.
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns the gradient at the position p
|
Returns the gradient at the position `p`
|
||||||
*/
|
*/
|
||||||
Vector gradient(const Point& p) const;
|
Vector gradient(const Point& p) const;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue