Skip to content

Commit dcbf64e

Browse files
committed
fix: fix emoji in post
1 parent cfee225 commit dcbf64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posts/closures.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ In the example above, `secret` is not directly accessible from outside `foo`. `f
118118

119119
Finally, there are several other use cases for closures - such as _currying_, in functional programming, event-oriented programming and so on.
120120

121-
> :bulb: Further reading: [Nested functions, closures and first-class functions](https://gist.github.com/wrongbyte/3b5f0b09706d818e24c5b18c4b2639cb)
121+
> 💡 Further reading: [Nested functions, closures and first-class functions](https://gist.github.com/wrongbyte/3b5f0b09706d818e24c5b18c4b2639cb)

0 commit comments

Comments
 (0)