diff options
author | Henrik Nord <[email protected]> | 2012-08-29 16:10:02 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2012-08-29 16:10:10 +0200 |
commit | 2890aeb643cc8ac0b46eebebb2f26e7d348bbea1 (patch) | |
tree | 32f40dbe3bc70cad62ea0fd2688be4a764d7177d /lib/tools/doc/src/xref_chapter.xml | |
parent | 293364854f6a404434bd221f4b64dcb4fb846bbf (diff) | |
parent | 541e986798f525add633b55349168eb1c75aa5cf (diff) | |
download | otp-2890aeb643cc8ac0b46eebebb2f26e7d348bbea1.tar.gz otp-2890aeb643cc8ac0b46eebebb2f26e7d348bbea1.tar.bz2 otp-2890aeb643cc8ac0b46eebebb2f26e7d348bbea1.zip |
Merge branch 'ta/docsmaint' into maint
* ta/docsmaint:
Fix various doc typos for R15B02
Fix various code typos for R15B02
OTP-10245
Diffstat (limited to 'lib/tools/doc/src/xref_chapter.xml')
-rw-r--r-- | lib/tools/doc/src/xref_chapter.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools/doc/src/xref_chapter.xml b/lib/tools/doc/src/xref_chapter.xml index 39c5545af9..169313cb9c 100644 --- a/lib/tools/doc/src/xref_chapter.xml +++ b/lib/tools/doc/src/xref_chapter.xml @@ -301,7 +301,7 @@ and <c>|||</c>) are the only operators that accept both representations. This means that in order to analyze indirect calls using restriction, the <c>closure</c> operator (which creates the - <c>digraph</c> representation of graphs) has to been + <c>digraph</c> representation of graphs) has to be applied explicitly. </p> <p>As an example of analyzing indirect calls, the following Erlang |