diff --git a/subjects/raid1a.en.md b/subjects/raid1a.en.md index aa683d8a9..0e02c9126 100644 --- a/subjects/raid1a.en.md +++ b/subjects/raid1a.en.md @@ -6,7 +6,7 @@ Write a function `Raid1a` that prints a **valid** rectangle of width `x` and of The function must draw the rectangles as in the examples. -`x` and `y` will always be positive numbers. +`x` and `y` will always be positive numbers. Otherwise, the function should print nothing. ### Expected function diff --git a/subjects/raid1b.en.md b/subjects/raid1b.en.md index cc90bf521..41b705682 100644 --- a/subjects/raid1b.en.md +++ b/subjects/raid1b.en.md @@ -6,7 +6,7 @@ Write a function `Raid1b` that prints a **valid** rectangle of width `x` and of The function must draw the rectangles as in the examples. -`x` and `y` will always be positive numbers. +`x` and `y` will always be positive numbers. Otherwise, the function should print nothing. ### Expected function diff --git a/subjects/raid1c.en.md b/subjects/raid1c.en.md index 82bef4324..77aa21ee4 100644 --- a/subjects/raid1c.en.md +++ b/subjects/raid1c.en.md @@ -6,7 +6,7 @@ Write a function `Raid1c` that prints a **valid** rectangle of width `x` and of The function must draw the rectangles as in the examples. -`x` and `y` will always be positive numbers. +`x` and `y` will always be positive numbers. Otherwise, the function should print nothing. ### Expected function diff --git a/subjects/raid1d.en.md b/subjects/raid1d.en.md index 32f8495ad..3bfd67d46 100644 --- a/subjects/raid1d.en.md +++ b/subjects/raid1d.en.md @@ -6,7 +6,7 @@ Write a function `Raid1d` that prints a **valid** rectangle of width `x` and of The function must draw the rectangles as in the examples. -`x` and `y` will always be positive numbers. +`x` and `y` will always be positive numbers. Otherwise, the function should print nothing. ### Expected function diff --git a/subjects/raid1e.en.md b/subjects/raid1e.en.md index 3762f2714..36d54a6e4 100644 --- a/subjects/raid1e.en.md +++ b/subjects/raid1e.en.md @@ -6,7 +6,7 @@ Write a function `Raid1e` that prints a **valid** rectangle of width `x` and of The function must draw the rectangles as in the examples. -`x` and `y` will always be positive numbers. +`x` and `y` will always be positive numbers. Otherwise, the function should print nothing. ### Expected function