Skip to content

Commit febcdc2

Browse files
committed
Fix typo
1 parent c0f73eb commit febcdc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292
◊p[#:class "my-2"]{
9393
There's many things that enable a functional style in a program, but only one that's ◊span[#:class "italic"]{really} needed: Closures. ◊br{}
94-
It's a shame that still not all languages have them—but lucklily, we can just write our own using Objects.
94+
It's a shame that still not all languages have them—but luckily, we can just write our own using Objects.
9595
}
9696
◊p[#:class "my-2"]{
9797
Same for Objects: When you really want to have a thing you can send messages to and that closes over some local state, Objects are actually a good abstraction and tool to be had in your toolkit.

0 commit comments

Comments
 (0)