aboutsummaryrefslogtreecommitdiff
path: root/documentation/book/the_lux_programming_language/chapter_12.md
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/book/the_lux_programming_language/chapter_12.md')
-rw-r--r--documentation/book/the_lux_programming_language/chapter_12.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/book/the_lux_programming_language/chapter_12.md b/documentation/book/the_lux_programming_language/chapter_12.md
index 8e4c0b8c0..94e072823 100644
--- a/documentation/book/the_lux_programming_language/chapter_12.md
+++ b/documentation/book/the_lux_programming_language/chapter_12.md
@@ -62,7 +62,7 @@ Well, by using types; of course!
If you head to the `library/lux/control/io` module, you will find the following type definition:
-```
+```clojure
(abstract: .public (IO a)
...
)