aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMarkus Dahm <mdahm@apache.org>2001-11-27 12:20:08 +0000
committerMarkus Dahm <mdahm@apache.org>2001-11-27 12:20:08 +0000
commit2b764788b9c8aede5702665c2c882359d25da329 (patch)
tree699653c959e401fe94b2e65adde4fe50588b8b3c /docs
parent2d30047d07b492c01ee759e680594c16c7c83fbd (diff)
downloadplatform_external_apache-commons-bcel-2b764788b9c8aede5702665c2c882359d25da329.tar.gz
platform_external_apache-commons-bcel-2b764788b9c8aede5702665c2c882359d25da329.tar.bz2
platform_external_apache-commons-bcel-2b764788b9c8aede5702665c2c882359d25da329.zip
Added appendix to manual
git-svn-id: https://svn.apache.org/repos/asf/jakarta/bcel/trunk@152710 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/appendix.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/appendix.tex b/docs/appendix.tex
index 26cfc74b..073f0cc0 100644
--- a/docs/appendix.tex
+++ b/docs/appendix.tex
@@ -50,7 +50,7 @@ symbolic type signature encoded with \texttt{Type} objects.
InstructionFactory factory = new InstructionFactory(cg);
\end{verbatim}}
-We define some often use types:
+We define some often used types:
{\small\begin{verbatim}
ObjectType i_stream = new ObjectType("java.io.InputStream");