diff --git a/_pages/2019/x/psets/3/resize/more/resize.adoc b/_pages/2019/x/psets/3/resize/more/resize.adoc index 0fedabfc3..4ced1f8c4 100644 --- a/_pages/2019/x/psets/3/resize/more/resize.adoc +++ b/_pages/2019/x/psets/3/resize/more/resize.adoc @@ -116,7 +116,7 @@ Implement a program called `resize` that resizes (i.e., enlarges or shrinks) 24- * Your program should accept exactly three command-line arguments, whereby + -- -** the first (`f`) must be a positive floating-point value less than or equal to 100.0, +** the first (`f`) must be a floating-point value in the range (0.0, 100.0] (ie., a positive value less than or equal to 100.0), ** the second must be the name of a BMP to be resized, and ** the third must be the name of the resized version to be written. --