This commit is contained in:
Jerry Pussinen
2018-07-07 13:23:05 +02:00
parent ff1d082382
commit cd0158e75d

View File

@@ -220,7 +220,7 @@
"source": [
"Now it's time refactor the existing code to make it more idiomatic.\n",
"\n",
"It's desirable that you do the refactoring in small junks. Consider using the following workflow:\n",
"It's desirable that you do the refactoring in small chunks. Consider using the following workflow:\n",
"1. Copy-paste a single function from the above ugly implementation to the cell below\n",
"2. Refactor the function\n",
"3. Run the tests to verify that you did not break anything\n",