Git-Leon преди 7 години
родител
ревизия
01a2b986e0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      README.md

+ 1
- 1
README.md Целия файл

@@ -37,7 +37,7 @@ In the class **Numbers**, complete the method called **oddNumbers()** so that it
37 37
 ## 3) Square Numbers
38 38
 In the class **Numbers**, complete the method called **squares()** so that it returns a string of the square numbers up to 100. The Unit Test is not provided for you, you must complete it.
39 39
 
40
-        ### Example<br>
40
+### Example<br>
41 41
 1: squares()<br>
42 42
 2: *** Output *** <br>
43 43
 3: 1<br>