diff options
author | Henrik Nord <[email protected]> | 2012-12-04 12:16:52 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2012-12-04 12:16:55 +0100 |
commit | 33334fe5f0527ffd02f578601546717773fd55c9 (patch) | |
tree | 8a6fcd735b8ffbaa6a09b1a8e90300d11c14a0f9 /lib | |
parent | 7970cc9f8dd44fe236d38867835d874ac53ceb9c (diff) | |
parent | 2efdc7b6867e53760e870cdcb4821f42cf96d417 (diff) | |
download | otp-33334fe5f0527ffd02f578601546717773fd55c9.tar.gz otp-33334fe5f0527ffd02f578601546717773fd55c9.tar.bz2 otp-33334fe5f0527ffd02f578601546717773fd55c9.zip |
Merge branch 'ta/docsmaster'
* ta/docsmaster:
Fix various doc typos for R16
Fix various typos in HOWTO/ for R16
Fix various comment typos for R16
OTP-10611
Diffstat (limited to 'lib')
-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 |