summaryrefslogtreecommitdiff
path: root/doc/UsersGuide
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-17 17:04:50 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-17 17:04:50 +0000
commit4480eff52e8be552301c364615d61e761b7b8302 (patch)
tree1774b8af2efb6ff3788e3bc02fedfea2d1536c92 /doc/UsersGuide
parent28b651d0c5654a76fa0b2b9efa130d9bd895bb03 (diff)
Inherit from implementations not thorns.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2192 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide')
-rw-r--r--doc/UsersGuide/ThornWriters.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index 66b1ee7b..356aacb4 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -218,7 +218,7 @@ statements that can be used to get variables from other thorns.
\item [{\tt Inherits: <name>}]
This gets all {\tt Public} variables from implementation {\tt <name>}, and all
variables that {\tt <name>} has in turn inherited.
-An implementation may inherit from any number of thorns.
+An implementation may inherit from any number of other implementations.
\item [{\tt Friend: <name>}]
This gets all {\tt Protected} variables from implementation {\tt <name>}, but,
unlike {\tt inherits} it also pushes its own implementations {\tt Protected}