From fca6762375a70aa5d28782c5dd42a16f8e26aabc Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang-solutions.com>
Date: Thu, 21 Jul 2011 14:21:08 +0200
Subject: Both encode and decode nifs are now available in the asn1rt

---
 lib/public_key/doc/src/introduction.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/public_key/doc/src/introduction.xml b/lib/public_key/doc/src/introduction.xml
index 1f18ae7e89..a21fcf3576 100644
--- a/lib/public_key/doc/src/introduction.xml
+++ b/lib/public_key/doc/src/introduction.xml
@@ -50,10 +50,10 @@
 
   <section>
     <title>Performance tips</title>
-    <p>The public_key decode functions will try to use the nifs which are in 
-    the asn1 compilers runtime modules if they can be found. So for the best 
-    performance you want to have the asn1 application in the path of
-    your system. </p>
+    <p>The public_key decode and encode functions will try to use the nifs
+    which are in the asn1 compilers runtime modules if they can be found.
+    So for the best  performance you want to have the asn1 application in the
+    path of your system. </p>
   </section>
 
 </chapter>
-- 
cgit v1.2.3