Tweaked replace char challenge problem statement and contraints.

This commit is contained in:
Donne Martin
2015-07-05 09:27:11 -04:00
parent f824de0807
commit f7f9160ba4
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Problem: Given a string, replace all spaces with '%20', in-place\n",
"## Problem: Given a string (a list of characters), replace all spaces with '%20', in-place\n",
"\n",
"* [Constraints](#Constraints)\n",
"* [Test Cases](#Test-Cases)\n",