From eff4c59794868b89d60fdc411f9b544a270b817e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 2 Aug 2021 20:26:21 -0400 Subject: Fixed a bug in the new compiler which allowed the same module to be imported more than once. --- documentation/book/the_lux_programming_language/chapter_7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/book/the_lux_programming_language/chapter_7.md') diff --git a/documentation/book/the_lux_programming_language/chapter_7.md b/documentation/book/the_lux_programming_language/chapter_7.md index 49c204626..75ec91400 100644 --- a/documentation/book/the_lux_programming_language/chapter_7.md +++ b/documentation/book/the_lux_programming_language/chapter_7.md @@ -186,5 +186,5 @@ It may be the case that in the future Lux adds new mechanisms for achieving the Now that we've discussed _interfaces_ and _implementations_, it's time to talk about a _very special family of interfaces_. -See you in the next chapter! +See you in [the next chapter](chapter_8.md)! -- cgit v1.2.3