We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097816b commit f212b68Copy full SHA for f212b68
lib/qex.ex
@@ -193,7 +193,7 @@ defmodule Qex do
193
end
194
195
@doc """
196
- Retun the first item in the queue, raise if it's empty
+ Return the first item in the queue, raise if it's empty
197
198
iex> q1 = Qex.new 1..3
199
iex> Qex.first!(q1)
@@ -224,7 +224,7 @@ defmodule Qex do
224
225
226
227
- Retun the last item in the queue, raise if it's empty
+ Return the last item in the queue, raise if it's empty
228
229
230
iex> Qex.last!(q1)
0 commit comments