summaryrefslogtreecommitdiffstats
path: root/doc/user/builders-writing.in
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-01-13 10:33:28 (GMT)
committerSteven Knight <knight@baldmt.com>2009-01-13 10:33:28 (GMT)
commitd6772fe6cc78993e751d96eac9a0d696e208cedb (patch)
tree331d138c6742f91fcc497676dd82f72b1ca7b849 /doc/user/builders-writing.in
parentfdfc390f2a04e064e24b016d50a69c058ee20d96 (diff)
downloadSCons-d6772fe6cc78993e751d96eac9a0d696e208cedb.zip
SCons-d6772fe6cc78993e751d96eac9a0d696e208cedb.tar.gz
SCons-d6772fe6cc78993e751d96eac9a0d696e208cedb.tar.bz2
Fix an undefined entity reference.
Diffstat (limited to 'doc/user/builders-writing.in')
-rw-r--r--doc/user/builders-writing.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/builders-writing.in b/doc/user/builders-writing.in
index 8f2d693..19c91de 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:
<para>
With the &Builder; attached to our &consenv;
- with the name &Foo;,
+ with the name <function>Foo</function>,
we can now actually call it like so:
</para>