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 fe30e5295..2d6b722c3 100644
--- a/documentation/book/the_lux_programming_language/chapter_12.md
+++ b/documentation/book/the_lux_programming_language/chapter_12.md
@@ -63,7 +63,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)
+(primitive .public (IO a)
...
)
```