diff options
Diffstat (limited to 'lib/public_key')
-rw-r--r-- | lib/public_key/doc/src/introduction.xml | 8 |
1 files 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> |