Skip to content

Commit 7c657c2

Browse files
authored
Update README.md
1 parent 7877337 commit 7c657c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/07-lambda-function-two/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tutorial: "https://www.youtube.com/watch?v=1HwmTkQPeMo"
66

77
### ☝ Remember:
88

9-
Lambda functions allows a short syntax for writing function expressions.
9+
Lambda functions allow a short syntax for writing function expressions.
1010

1111
```python
1212
multi = lambda x, y: x * y

0 commit comments

Comments
 (0)