From 90a91e98a93b9707b88400032c9ba942328bef8a Mon Sep 17 00:00:00 2001 From: Jason Self Date: Fri, 15 Apr 2022 19:01:01 -0700 Subject: [PATCH] Fix typo and Carl Hewitt's name --- md/language.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/md/language.md b/md/language.md index d1a266d..fa5b469 100644 --- a/md/language.md +++ b/md/language.md @@ -60,7 +60,7 @@ Acknowledgements I was not a member of the original group which labored for two years in the design and initial implementation of Muddle; that group was -composed principally of Gerald Sussman, Carl Hewit, Chris Reeve, Dave +composed principally of Gerald Sussman, Carl Hewitt, Chris Reeve, Dave Cressey, and later Bruce Daniels. I would therefore like to take this opportunity to thank my Muddle mentors, chiefly Chris Reeve and Bruce Daniels, for remaining civil through several months of verbal @@ -156,7 +156,7 @@ a computer terminal appears herein in a fixed width font, as in `ROOT`. A metasyntactic variable -- something to be replaced in actual use by something else -- appears as *radix:fix*, in an italic font; often the variable will have both a meaning and a data type (as here), -but sometimes one of those will be ommitted, for obvious reasons. +but sometimes one of those will be omitted, for obvious reasons. An ellipsis (...) indicates that something uninteresting has been omitted. The character `^` means that the following character is to be -- 2.31.1