Skip to content

Commit cbdb747

Browse files
Update FloatArgument.cs
1 parent c76f987 commit cbdb747

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Code/ArgumentSystem/Arguments/FloatArgument.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public override string InputDescription
5555
// ReSharper disable once ConvertIfStatementToReturnStatement
5656
if (_maxValue.HasValue)
5757
{
58-
return $"A number which is at most {FormatNum(_maxValue.Value)} e.g. {FormatNum(_minValue.Value + 2f)}";
58+
return $"A number which is at most {FormatNum(_maxValue.Value)} e.g. {FormatNum(_maxValue.Value + 1f)}";
5959
}
6060

6161
return $"Any number e.g. {FormatNum(1.5)}";

0 commit comments

Comments
 (0)