Skip to content

Commit a7f2d65

Browse files
committed
fix README typo
1 parent fdf4fab commit a7f2d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ to the problems described above, you will have to resort on hacks like double
5050
dispatch or - again - type switches.
5151

5252
This library neatly solves this problem. It brings you the flexibility and the
53-
power of open multi-methods, as found in languages like Lisp, Closure, Dylan or
53+
power of open multi-methods, as found in languages like Lisp, Clojure, Dylan or
5454
TADS. They are fast too, comparable to ordinary virtual function calls. And,
5555
because they use compressed dispatch tables, the memory footprint remains
5656
reasonable even in presence of multiple virtual arguments. Hey, you can even

0 commit comments

Comments
 (0)