diff options
author | Tuncer Ayaz <[email protected]> | 2012-09-05 12:56:59 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2012-11-28 16:55:48 +0100 |
commit | 2efdc7b6867e53760e870cdcb4821f42cf96d417 (patch) | |
tree | de2558b683ea55b9937b93935df7295f1ce20a8e | |
parent | 6f3a9107e716c1e7b394876d505fb27d9465ba9b (diff) | |
download | otp-2efdc7b6867e53760e870cdcb4821f42cf96d417.tar.gz otp-2efdc7b6867e53760e870cdcb4821f42cf96d417.tar.bz2 otp-2efdc7b6867e53760e870cdcb4821f42cf96d417.zip |
Fix various doc typos for R16
-rw-r--r-- | lib/tools/doc/src/xref.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools/doc/src/xref.xml b/lib/tools/doc/src/xref.xml index 17de66bb22..9706ae6746 100644 --- a/lib/tools/doc/src/xref.xml +++ b/lib/tools/doc/src/xref.xml @@ -1453,7 +1453,7 @@ Evaluates a predefined analysis. Note however that the code path will be traversed once for each used <seealso marker="#library_module">library module</seealso> while setting up module data. On the other hand, if there are only a few modules that are - used by not analyzed, using <c>code_path</c> may be faster + used but not analyzed, using <c>code_path</c> may be faster than setting the library path to <c>code:get_path()</c>. </p> <p>If the library path is set to <c>code_path</c>, the set of |