Skip to content

Commit f212b68

Browse files
nabijaczleweliprincemaple
authored andcommitted
Retu{=> r}n typo
Sponsored-by: https://beaverlabs.net
1 parent 097816b commit f212b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/qex.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ defmodule Qex do
193193
end
194194

195195
@doc """
196-
Retun the first item in the queue, raise if it's empty
196+
Return the first item in the queue, raise if it's empty
197197
198198
iex> q1 = Qex.new 1..3
199199
iex> Qex.first!(q1)
@@ -224,7 +224,7 @@ defmodule Qex do
224224
end
225225

226226
@doc """
227-
Retun the last item in the queue, raise if it's empty
227+
Return the last item in the queue, raise if it's empty
228228
229229
iex> q1 = Qex.new 1..3
230230
iex> Qex.last!(q1)

0 commit comments

Comments
 (0)