mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-01 04:20:39 +02:00
Fix translation problem (#4147)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user