From 2c3382ce8b6769b68b6a208a29c0d0e2520c8e62 Mon Sep 17 00:00:00 2001
From: Mariano Montone <marianomontone@gmail.com>
Date: Tue, 15 May 2018 20:36:59 -0300
Subject: [PATCH] Shorter book description

---
 content/documentation.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/documentation.html b/content/documentation.html
index 743b0f6..c7c72cc 100644
--- a/content/documentation.html
+++ b/content/documentation.html
@@ -42,7 +42,7 @@
           <div class="col-md-8 px-3">
             <div class="card-block px-3">
               <h4 class="card-title">On Lisp</h4>
-              <p class="card-text">On Lisp is a comprehensive study of advanced Lisp techniques, with bottom-up programming as the unifying theme. It gives the first complete description of macros and macro applications. The book also covers important subjects related to bottom-up programming, including functional programming, rapid prototyping, interactive development, and embedded languages. The final chapter takes a deeper look at object-oriented programming than previous Lisp books, showing the step-by-step construction of a working model of the Common Lisp Object System (CLOS).</p>
+              <p class="card-text">On Lisp is a comprehensive study of advanced Lisp techniques, with bottom-up programming as the unifying theme. It gives the first complete description of macros and macro applications. The book also covers important subjects related to bottom-up programming, including functional programming, rapid prototyping, interactive development, and embedded languages.</p>
             </div>
           </div>
         </div>
-- 
GitLab