diff options
Diffstat (limited to 'lib/stdlib/src/array.erl')
-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 |