@@ -18,9 +18,9 @@ In the class **Numbers**, complete the method called **oneToTen()** so that it r
18
18
12: 10
19
19
20
20
## 2) Odd Numbers
21
-In the class **Numbers**, complete the method called **oddNumbers()** so that it returns a string of the positive odd numbers less than 20. The Unit Test is not provided for you, you must complete it.
21
+In the class **Numbers**, complete the method called **oddNumbers()** so that it returns a string of the positive odd numbers less than 20. The Unit Test is not provided for you, you must complete it.