svn commit: r49454 - head/en_US.ISO8859-1/books/developers-handbook/tools
Benjamin Kaduk
bjk at FreeBSD.org
Wed Oct 5 04:51:11 UTC 2016
Author: bjk
Date: Wed Oct 5 04:51:09 2016
New Revision: 49454
URL: https://svnweb.freebsd.org/changeset/doc/49454
Log:
Fix an incomplete sentence in the (rather unloved) developers handbook
PR: 213200
Reported by: georgc7 at rpi.edu
Modified:
head/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml
Modified: head/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml Wed Oct 5 04:47:14 2016 (r49453)
+++ head/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml Wed Oct 5 04:51:09 2016 (r49454)
@@ -145,9 +145,9 @@
<para>A language that was developed in the late 1950s as
an alternative to the <quote>number-crunching</quote>
languages that were popular at the time. Instead of
- being based on numbers, Lisp is based on lists; in fact
+ being based on numbers, Lisp is based on lists; in fact,
the name is short for <quote>List Processing</quote>.
- Very popular in <acronym>AI</acronym> (Artificial Intelligence)
+ It is very popular in <acronym>AI</acronym> (Artificial Intelligence)
circles.</para>
<para>Lisp is an extremely powerful and sophisticated
More information about the svn-doc-head
mailing list