From: stevenknight Date: Tue, 13 Jan 2009 10:33:28 +0000 (+0000) Subject: Fix an undefined entity reference. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9af8ea4c6ada19aea6fe202895cb6e9103007502;p=scons.git Fix an undefined entity reference. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3896 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/doc/user/builders-writing.in b/doc/user/builders-writing.in index 8f2d6931..19c91deb 100644 --- a/doc/user/builders-writing.in +++ b/doc/user/builders-writing.in @@ -187,7 +187,7 @@ This functionality could be invoked as in the following example: With the &Builder; attached to our &consenv; - with the name &Foo;, + with the name Foo, we can now actually call it like so: diff --git a/doc/user/builders-writing.xml b/doc/user/builders-writing.xml index a44b6785..265357db 100644 --- a/doc/user/builders-writing.xml +++ b/doc/user/builders-writing.xml @@ -173,7 +173,7 @@ This functionality could be invoked as in the following example: With the &Builder; attached to our &consenv; - with the name &Foo;, + with the name Foo, we can now actually call it like so: