fix(curriculum): small English update (#42166)

This commit is contained in:
alirezaghey
2021-05-17 17:44:38 +00:00
committed by GitHub
parent 1ab5139c51
commit e190dd610a

View File

@ -143,7 +143,7 @@
"title": "Functional Programming",
"intro": [
"Functional Programming is another popular approach to software development. In Functional Programming, code is organized into smaller, basic functions that can be combined to build complex programs.",
"In this course, you'll learn the core concepts of Functional Programming including pure functions, how to avoid mutations, and how write cleaner code with methods like <code>.map()</code> and <code>.filter()</code>."
"In this course, you'll learn the core concepts of Functional Programming including pure functions, how to avoid mutations, and how to write cleaner code with methods like <code>.map()</code> and <code>.filter()</code>."
]
},
"intermediate-algorithm-scripting": {