mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 15:24:09 +03:00
follow-up fixes for #2602
This commit is contained in:
parent
601aae91ae
commit
728852dea1
@ -13,7 +13,7 @@ lang: fr-fr
|
||||
|
||||
# Ceci est un commentaire
|
||||
|
||||
# Tout est object
|
||||
# Tout est objet
|
||||
nil.class #=> Nil
|
||||
100.class #=> Int32
|
||||
true.class #=> Bool
|
||||
@ -68,7 +68,7 @@ true.class #=> Bool
|
||||
|
||||
'a'.class #=> Char
|
||||
|
||||
# Notation octale des caratères
|
||||
# Notation octale des caractères
|
||||
'\101' #=> 'A' : Char
|
||||
|
||||
# Notation unicode
|
||||
|
Loading…
Reference in New Issue
Block a user