From 0f9bc13a34b729d9ae9db31276feb2a66785d06b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 14 Aug 2022 21:02:22 -0400 Subject: Documentation changes for v0.7.0 --- documentation/book/the_lux_programming_language/chapter_12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/book/the_lux_programming_language/chapter_12.md') 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) ... ) ``` -- cgit v1.2.3