diff options
-rw-r--r-- | fr-fr/crystal-fr.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fr-fr/crystal-fr.html.markdown b/fr-fr/crystal-fr.html.markdown index 0bf6889c..2c4e3dad 100644 --- a/fr-fr/crystal-fr.html.markdown +++ b/fr-fr/crystal-fr.html.markdown @@ -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 |