Skip to content

Commit

Permalink
Fixed small error in docs representation (elixir-lang#4954)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael authored and josevalim committed Jul 6, 2016
1 parent 7e1d927 commit cbe0398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/module.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defmodule Module do
@callback default_port() :: integer
end
And then a module may use it as:
And then a module may use it as:
defmodule URI.HTTP do
@behaviour URI.Parser
Expand Down

0 comments on commit cbe0398

Please sign in to comment.