diff options
author | Richard Carlsson <[email protected]> | 2015-07-08 23:55:33 +0200 |
---|---|---|
committer | Richard Carlsson <[email protected]> | 2016-11-23 20:20:49 +0100 |
commit | 70ea41e54f6757798d9990f9e379e72aa7bbe721 (patch) | |
tree | 0dbe40dafb35f354d64be4e4782ba54d0a48931f /lib/stdlib/src | |
parent | 31126f1d14ff5e68298a4fdad1796cddd041ef28 (diff) | |
download | otp-70ea41e54f6757798d9990f9e379e72aa7bbe721.tar.gz otp-70ea41e54f6757798d9990f9e379e72aa7bbe721.tar.bz2 otp-70ea41e54f6757798d9990f9e379e72aa7bbe721.zip |
Update obsolete author e-mails
Diffstat (limited to 'lib/stdlib/src')
-rw-r--r-- | lib/stdlib/src/array.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/array.erl b/lib/stdlib/src/array.erl index 6feb74c24d..079b761463 100644 --- a/lib/stdlib/src/array.erl +++ b/lib/stdlib/src/array.erl @@ -12,7 +12,7 @@ %% %% Copyright (C) 2006-2016 Richard Carlsson and Ericsson AB %% -%% @author Richard Carlsson <[email protected]> +%% @author Richard Carlsson <[email protected]> %% @author Dan Gudmundsson <[email protected]> %% %% @doc Functional, extendible arrays. Arrays can have fixed size, or |