From d033b81cd70e7c25cf1ad306007c241dcbd9d9e2 Mon Sep 17 00:00:00 2001 From: Zewasik <89100777+Zewasik@users.noreply.github.com> Date: Sun, 5 Jun 2022 10:47:32 +0300 Subject: [PATCH] correction in description --- subjects/spelling/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/spelling/README.md b/subjects/spelling/README.md index 671769b5..75da2e6c 100644 --- a/subjects/spelling/README.md +++ b/subjects/spelling/README.md @@ -11,7 +11,7 @@ Here are some examples of what your function should return: - `96` -> `"ninety-six"` - `100` -> `"one hundred".` - `101` -> `"one hundred one"` -- `348` -> `"one hundred twenty-three"` +- `348` -> `"three hundred forty-eight"` - `1002` -> `"one thousand two".` - `1000000` -> `"one million"`