We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7877337 commit 7c657c2Copy full SHA for 7c657c2
exercises/07-lambda-function-two/README.md
@@ -6,7 +6,7 @@ tutorial: "https://www.youtube.com/watch?v=1HwmTkQPeMo"
6
7
### ☝ Remember:
8
9
-Lambda functions allows a short syntax for writing function expressions.
+Lambda functions allow a short syntax for writing function expressions.
10
11
```python
12
multi = lambda x, y: x * y
0 commit comments