Skip to content

Commit

Permalink
Fix documentation typo (elixir-lang#4558)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erol authored and josevalim committed Apr 26, 2016
1 parent 68670d6 commit 699f5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/elixir/lib/macro.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ defmodule Macro do
If an atom is given, it is assumed to be an Elixir module,
so it is converted to a binary and then processed.
This function was designed to underscore language indentifiers/tokens,
This function was designed to underscore language identifiers/tokens,
that's why it belongs to the `Macro` module. Do not use it as a general
mechanism for underscoring strings as it does not support Unicode or
characters that are not valid in Elixir identifiers.
Expand Down Expand Up @@ -1228,7 +1228,7 @@ defmodule Macro do
@doc """
Converts the given string to CamelCase format.
This function was designed to camelize language indentifiers/tokens,
This function was designed to camelize language identifiers/tokens,
that's why it belongs to the `Macro` module. Do not use it as a general
mechanism for camelizing strings as it does not support Unicode or
characters that are not valid in Elixir identifiers.
Expand Down

0 comments on commit 699f5d5

Please sign in to comment.