diff options
author | Fredrik Gustafsson <[email protected]> | 2013-08-26 10:19:39 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-08-26 10:19:39 +0200 |
commit | fe79e6ec46339aa05af2f8c33860a8f05b5eb5f1 (patch) | |
tree | 28ba828f59e3be59304b63566f857e94ec3f5601 /lib/stdlib | |
parent | 9b3f8dd29d7c0f806317c0b89dbb463450ba3f6e (diff) | |
parent | 6dcd4ebc32dc0356331cb29e323a56f72e2dbaf4 (diff) | |
download | otp-fe79e6ec46339aa05af2f8c33860a8f05b5eb5f1.tar.gz otp-fe79e6ec46339aa05af2f8c33860a8f05b5eb5f1.tar.bz2 otp-fe79e6ec46339aa05af2f8c33860a8f05b5eb5f1.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/src/digraph.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/digraph.erl b/lib/stdlib/src/digraph.erl index e3f87d2c57..78f74631dc 100644 --- a/lib/stdlib/src/digraph.erl +++ b/lib/stdlib/src/digraph.erl @@ -36,7 +36,7 @@ -export([get_short_path/3, get_short_cycle/2]). --export_type([digraph/0, d_type/0, vertex/0]). +-export_type([digraph/0, d_type/0, vertex/0, edge/0]). -record(digraph, {vtab = notable :: ets:tab(), etab = notable :: ets:tab(), |