We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a3552 commit 78eb659Copy full SHA for 78eb659
lib/elixir/lib/gen_event/stream.ex
@@ -4,7 +4,7 @@
4
5
defmodule GenEvent.Stream do
6
@moduledoc false
7
- @moduledoc deprecated: "This functinoality is no longer supported"
+ @moduledoc deprecated: "This functionality is no longer supported"
8
defstruct manager: nil, timeout: :infinity
9
10
@type t :: %__MODULE__{manager: GenEvent.manager(), timeout: timeout}
@@ -52,7 +52,7 @@ end
52
53
defimpl Enumerable, for: GenEvent.Stream do
54
55
56
57
def reduce(stream, acc, fun) do
58
start_fun = fn -> start(stream) end
0 commit comments