0031939: Coding - correction of spelling errors in comments [part 3]
[occt.git] / dox / user_guides / modeling_data / modeling_data.md
index 6c034d4..68d02cc 100644 (file)
@@ -905,7 +905,7 @@ The following steps are performed:
     while (expFace.More()) { 
       //Draw the current face. 
       DrawFaceIsos(TopoDS::Face(expFace.Current()),nbIsos,FaceIsoColor); 
-      // Explore the edges ofthe face. 
+      // Explore the edges of the face.
       TopExp_Explorer expEdge(expFace.Current(),TopAbs_EDGE); 
       while (expEdge.More()) { 
         //Increment the face count for this edge.