diff --git a/doc/salome/gui/GEOM/input/creating_filling.doc b/doc/salome/gui/GEOM/input/creating_filling.doc
index 9ccad4290..fc5e0c97d 100644
--- a/doc/salome/gui/GEOM/input/creating_filling.doc
+++ b/doc/salome/gui/GEOM/input/creating_filling.doc
@@ -13,8 +13,8 @@ surface;
created surface and the reference edge;
\n Number of
Iterations - defines the maximum number of iterations. The iterations are repeated until the required tolerance is reached. So, a greater number of iterations allows producing a better surface.
-\n Approximation - if checked, BSpline curves are generated in the process of surface construction, By default the surface is created using Besier curves. The usage of Approximation makes the algorithm work slower, but allows building the
-surface for rather complex cases.
+\n Approximation - if checked, BSpline curves are generated in the process of surface construction (using GeomAPI_PointsToBSplineSurface functionality). By default the surface is created using Besier curves. The usage of Approximation makes the algorithm work slower, but allows building the
+surface for rather complex cases.
\n The \b Result of the operation will be a GEOM_Object (face).