Skip to content

Commit

Permalink
Fix a typo in Kernel (elixir-lang#5595)
Browse files Browse the repository at this point in the history
  • Loading branch information
jur0 authored and whatyouhide committed Dec 27, 2016
1 parent 599854b commit d80531f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/kernel.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2683,7 +2683,7 @@ defmodule Kernel do
If last is larger than first, the range will be increasing from
first to last. If first is larger than last, the range will be
decresing from first to last. If first is equal to last, the range
decreasing from first to last. If first is equal to last, the range
will contain one element, which is the number itself.
## Examples
Expand Down

0 comments on commit d80531f

Please sign in to comment.