mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 21:49:22 +01:00
Fix translation problem (#4147)
This commit is contained in:
parent
52df31cb3f
commit
267ca9e2dc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user