diff options
author | Hans Bolinder <[email protected]> | 2012-03-05 15:56:59 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2012-03-05 15:56:59 +0100 |
commit | 22fd5f0ef7bc453b4532ee32972004035de23c0b (patch) | |
tree | 9ca3e0d50ad43c67ce509a3dc6850883b4430552 /lib/stdlib/doc | |
parent | 30f47279844cc9d6d2b7cfb0a2014d11719d1931 (diff) | |
parent | 16e8d2cb76183d022047c74a20aca014fb38140e (diff) | |
download | otp-22fd5f0ef7bc453b4532ee32972004035de23c0b.tar.gz otp-22fd5f0ef7bc453b4532ee32972004035de23c0b.tar.bz2 otp-22fd5f0ef7bc453b4532ee32972004035de23c0b.zip |
Merge branch 'maint'
* maint:
Remove loops from the graph created by digraph_utils:condensation/1
Diffstat (limited to 'lib/stdlib/doc')
-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 |