aboutsummaryrefslogtreecommitdiff
path: root/documentation/book/the_lux_programming_language/index.md
diff options
context:
space:
mode:
authorEduardo Julian2021-09-20 23:01:35 -0400
committerEduardo Julian2021-09-20 23:01:35 -0400
commit8196ab379495ab00c11b74b55b6f2fabd99ab351 (patch)
tree07b5e9eacbe1532ff4eb7506ac5d492e367b1d7b /documentation/book/the_lux_programming_language/index.md
parent0bc2c541ab27e44b760618d15a248a794ab2f98e (diff)
Updates and fixes for the book.
Diffstat (limited to 'documentation/book/the_lux_programming_language/index.md')
-rw-r--r--documentation/book/the_lux_programming_language/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/book/the_lux_programming_language/index.md b/documentation/book/the_lux_programming_language/index.md
index 1edc17559..63583ae39 100644
--- a/documentation/book/the_lux_programming_language/index.md
+++ b/documentation/book/the_lux_programming_language/index.md
@@ -18,7 +18,7 @@
* [Chapter 8: Functors and monads](chapter_8.md)
_Where I will try to explain something really confusing, and you'll pretend you understand to avoid hurting my feelings._
* [Chapter 9: Meta-programming](chapter_9.md)
- _Where we go meta. For real._
+ _Where we take a peek behind the curtains of the compiler._
* [Chapter 10: Code and macros](chapter_10.md)
_Where magic turns into science._
* [Chapter 11: Syntax macros](chapter_11.md)
@@ -34,7 +34,7 @@
* [Chapter 16: Testing](chapter_16.md)
_Where you will learn how to avoid annoying bug reports._
* [Chapter 17: Cross-platform Lux](chapter_17.md)
- _Where you will sail to exotic foreign platforms on the S.S. Lux._
+ _Where you will sail to exotic foreign platforms aboard the S.S. Lux._
* [Chapter 18: Extensions](chapter_18.md)
_Where you will teach new tricks to an old compiler._
* [Conclusion](conclusion.md)