Merge pull request #8865 from Salt7900/fix/num0_change
Change wording about a number not being positve
This commit is contained in:
		@@ -362,7 +362,7 @@
 | 
				
			|||||||
      "id": "afcc8d540bea9ea2669306b6",
 | 
					      "id": "afcc8d540bea9ea2669306b6",
 | 
				
			||||||
      "title": "Repeat a string repeat a string",
 | 
					      "title": "Repeat a string repeat a string",
 | 
				
			||||||
      "description": [
 | 
					      "description": [
 | 
				
			||||||
        "Repeat a given string (first argument) <code>num</code> times (second argument). Return an empty string if <code>num</code> is a negative number.",
 | 
					        "Repeat a given string (first argument) <code>num</code> times (second argument). Return an empty string if <code>num</code> is not a positive number.",
 | 
				
			||||||
        "Remember to use <a href=\"//github.com/FreeCodeCamp/freecodecamp/wiki/FreeCodeCamp-Get-Help\" target=\"_blank\">Read-Search-Ask</a> if you get stuck. Write your own code."
 | 
					        "Remember to use <a href=\"//github.com/FreeCodeCamp/freecodecamp/wiki/FreeCodeCamp-Get-Help\" target=\"_blank\">Read-Search-Ask</a> if you get stuck. Write your own code."
 | 
				
			||||||
      ],
 | 
					      ],
 | 
				
			||||||
      "challengeSeed": [
 | 
					      "challengeSeed": [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user