Skip to content

Commit

Permalink
Fixes to the documentation (elixir-lang#5382)
Browse files Browse the repository at this point in the history
  • Loading branch information
eksperimental authored and josevalim committed Oct 28, 2016
1 parent eb30e70 commit f27e671
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/elixir/lib/macro.ex
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ defmodule Macro do
@doc """
Validates the given expressions are valid quoted expressions.
Checks the `type:Macro.t` for the specification of a valid
Checks the `t:Macro.t/0` for the specification of a valid
quoted expression.
It returns `:ok` if the expression is valid. Otherwise it returns a tuple in the form of
Expand Down
2 changes: 1 addition & 1 deletion lib/elixir/lib/option_parser.ex
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ defmodule OptionParser do
specifies the type for the value of this switch (see the "Types" section below
for the possible types and more information about type casting).
Note that you should only supply the `:switches` or `:strict` option.
Note that you should only supply the `:switches` or the`:strict` option.
If you supply both, an `ArgumentError` exception will be raised.
### Types
Expand Down
2 changes: 1 addition & 1 deletion lib/ex_unit/lib/ex_unit/callbacks.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule ExUnit.Callbacks do
@moduledoc ~S"""
Defines ExUnit Callbacks.
Defines ExUnit callbacks.
This module defines both `setup_all` and `setup` callbacks, as well as
the `on_exit/2` facility.
Expand Down

0 comments on commit f27e671

Please sign in to comment.