summaryrefslogtreecommitdiffhomepage
path: root/pt-br/elixir-pt.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'pt-br/elixir-pt.html.markdown')
-rw-r--r--pt-br/elixir-pt.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/elixir-pt.html.markdown b/pt-br/elixir-pt.html.markdown
index 4ba78f52..abc0fcb3 100644
--- a/pt-br/elixir-pt.html.markdown
+++ b/pt-br/elixir-pt.html.markdown
@@ -98,7 +98,7 @@ linhas.
# Ranges são representados como `início..fim` (ambos inclusivos)
1..10 #=> 1..10
menor..maior = 1..10 # Pattern matching pode ser usada em ranges também
-[lower, upper] #=> [1, 10]
+[menor, maior] #=> [1, 10]
## ---------------------------
## -- Operadores