diff options
author | Hans Bolinder <[email protected]> | 2012-03-05 15:54:52 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2012-03-05 15:54:52 +0100 |
commit | 16e8d2cb76183d022047c74a20aca014fb38140e (patch) | |
tree | 9027cc2507f9b4f0277068be07c735e8f82f1f4f /lib/stdlib/doc/src | |
parent | 096ed7e301ce16dfb69709d7001ea3d5f370c202 (diff) | |
parent | fbdf7929b87f3e41b0ff573b8eaae44cdfae16d9 (diff) | |
download | otp-16e8d2cb76183d022047c74a20aca014fb38140e.tar.gz otp-16e8d2cb76183d022047c74a20aca014fb38140e.tar.bz2 otp-16e8d2cb76183d022047c74a20aca014fb38140e.zip |
Merge branch 'hb/stdlib/digraph_condensation/OTP-9953' into maint
* hb/stdlib/digraph_condensation/OTP-9953:
Remove loops from the graph created by digraph_utils:condensation/1
Diffstat (limited to 'lib/stdlib/doc/src')
-rw-r--r-- | lib/stdlib/doc/src/digraph_utils.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/digraph_utils.xml b/lib/stdlib/doc/src/digraph_utils.xml index e44632bfd2..ef6e1cb46f 100644 --- a/lib/stdlib/doc/src/digraph_utils.xml +++ b/lib/stdlib/doc/src/digraph_utils.xml @@ -4,7 +4,7 @@ <erlref> <header> <copyright> - <year>2000</year><year>2011</year> + <year>2000</year><year>2012</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -156,7 +156,7 @@ <p>Creates a digraph where the vertices are the <seealso marker="#strong_components">strongly connected components</seealso> of <c><anno>Digraph</anno></c> as returned by - <c>strong_components/1</c>. If X and Y are strongly + <c>strong_components/1</c>. If X and Y are two different strongly connected components, and there exist vertices x and y in X and Y respectively such that there is an edge <seealso marker="#emanate">emanating</seealso> from x |