diff --git a/Mesh_3/include/CGAL/Mesh_3/Construct_initial_points_labeled_image.h b/Mesh_3/include/CGAL/Mesh_3/Construct_initial_points_labeled_image.h
index f40adadc0e6..b07cc5a7a1b 100644
--- a/Mesh_3/include/CGAL/Mesh_3/Construct_initial_points_labeled_image.h
+++ b/Mesh_3/include/CGAL/Mesh_3/Construct_initial_points_labeled_image.h
@@ -134,7 +134,7 @@ struct Construct_initial_points_labeled_image
* @tparam MeshDomain model of `MeshDomain_3`
* @tparam TransformOperator functor that transforms values of the image.
* It must provide the following type:
- * `result_type` a type that supports the '==' operator
+ * `result_type`: a type that supports the '==' operator
* and the following operator:
* `result_type operator()(Word v)`
* with `Word` the type of the image values.