Skip to content

Commit 4ed8919

Browse files
authored
Update README.md
1 parent e1d8fe2 commit 4ed8919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/06-lambda-functions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def multiply(p1, p2):
1818
multiply = lambda p1,p2: p1 * p2
1919
```
2020

21-
👉 Facts:
21+
### 👉 Facts:
2222

2323
+ **Lambda functions** have to always be very small.
2424

0 commit comments

Comments
 (0)