Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/elixir/lib/module/types/of.ex
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ defmodule Module.Types.Of do
@doc """
Builds a type from the struct info.
"""
# TODO: This function shuold not receive args_types once
# TODO: This function should not receive args_types once
# we introduce typed structs. They are only used by exceptions.
def struct_type(struct, info, args_types \\ []) do
term = dynamic()
Expand Down
2 changes: 1 addition & 1 deletion lib/mix/lib/mix/pubsub.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmodule Mix.PubSub do
# modules are available, so we start the local subscriber process
# separately with `start/0`, and then start the listeners later
# with `start_listeners/0`. The subscriber is going to accumulate
# events and reply them once the listenres are started.
# events and reply them once the listeners are started.

@spec start :: :ok
def start do
Expand Down