Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / ModelAPI / ModelAPI_Result.h
index c0958c7c0a025250dd335a04d8f986e7c3d7d563..b275f308feea46b6eb0f8c30f203f682de68551a 100644 (file)
@@ -26,8 +26,8 @@ class ModelAPI_Result : public ModelAPI_Object
  public:
 
   /// Reference to the color of the result.
-  /// The integer array is used. It contains tree values for red green and blue values. The values are in
-  /// [0, 255] range
+  /// The integer array is used. It contains tree values for red green and blue values. 
+  /// The values are in [0, 255] range
   inline static const std::string& COLOR_ID()
   {
     static const std::string MY_COLOR_ID("Color");