diff --git a/Modelica/Blocks/Logical.mo b/Modelica/Blocks/Logical.mo index 428ab61fa8..199a02d40a 100644 --- a/Modelica/Blocks/Logical.mo +++ b/Modelica/Blocks/Logical.mo @@ -359,7 +359,7 @@ Real input u2, otherwise the output is false. end LessEqual; block IntervalTest - "Output y is true, if input u is within the specified interval" + "Tests if input u is within the specified interval" extends Modelica.Blocks.Interfaces.partialBooleanSO; parameter Boolean useConstantLimits=true "Use constant limits, if true; otherwise signal input limits are used" annotation(Evaluate=true); parameter Real constantLowerLimit "Lower limit of interval" annotation(Dialog(enable=useConstantLimits));