From a4d751f4a3f2a16920824072fca694e7c55e5c18 Mon Sep 17 00:00:00 2001 From: OGordoo Date: Mon, 24 Feb 2020 09:59:32 +0000 Subject: [PATCH] raid1 case fixes --- subjects/raid1a.en.md | 2 +- subjects/raid1b.en.md | 2 +- subjects/raid1c.en.md | 2 +- subjects/raid1d.en.md | 2 +- subjects/raid1e.en.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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