about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-07 15:12:53 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-07 15:12:53 -0800
commit2136ad26b86599fd4a38190d29f590c3e5557371 (patch)
treecef237923403e19e3dd7380e30b3279ded728f14 /README.md
parentbf3783ada071aeaee8f22bfc944fee8503768539 (diff)
downloadmu-2136ad26b86599fd4a38190d29f590c3e5557371.tar.gz
7204
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index de8e8201..46131b34 100644
--- a/README.md
+++ b/README.md
@@ -189,7 +189,7 @@ Mu builds on many ideas that have come before, especially:
 - [David Parnas](http://www.cs.umd.edu/class/spring2003/cmsc838p/Design/criteria.pdf)
   and others for highlighting the value of separating concerns and stepwise
   refinement;
-- The folklore of debugging by print and the trace facility in many lisp
+- The folklore of debugging by print and the trace facility in many Lisp
   systems;
 - Automated tests for showing the value of developing programs inside an
   elaborate harness;