From a62ce3f9c2b605e0033f4772b0f64c4525de4d86 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 11 Aug 2021 02:38:59 -0400 Subject: Relocated maybe and lazy from data to control. --- documentation/book/the_lux_programming_language/chapter_10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/book/the_lux_programming_language/chapter_10.md') diff --git a/documentation/book/the_lux_programming_language/chapter_10.md b/documentation/book/the_lux_programming_language/chapter_10.md index dc9f7029a..cb7e3f583 100644 --- a/documentation/book/the_lux_programming_language/chapter_10.md +++ b/documentation/book/the_lux_programming_language/chapter_10.md @@ -260,5 +260,5 @@ Clearly, analyzing the input code is far more difficult than generating it with Don't worry about it. Because in the next chapter, you will learn a more sophisticated method of macro definition that will make writing complex macros a breeze. -See you in the next chapter! +See you in [the next chapter](chapter_11.md)! -- cgit v1.2.3