summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/queue.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/src/queue.erl')
-rw-r--r--lib/stdlib/src/queue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/queue.erl b/lib/stdlib/src/queue.erl
index a71121ad2d..82eb7b1df0 100644
--- a/lib/stdlib/src/queue.erl
+++ b/lib/stdlib/src/queue.erl
@@ -59,7 +59,7 @@
%% Creation, inspection and conversion
%% O(1)
--spec new() -> queue().
+-spec new() -> queue(none()).
new() -> {[],[]}. %{RearList,FrontList}
%% O(1)