summaryrefslogtreecommitdiffhomepage
path: root/fr-fr/ruby-fr.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'fr-fr/ruby-fr.html.markdown')
-rw-r--r--fr-fr/ruby-fr.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/fr-fr/ruby-fr.html.markdown b/fr-fr/ruby-fr.html.markdown
index 3060bd75..75c8d0d3 100644
--- a/fr-fr/ruby-fr.html.markdown
+++ b/fr-fr/ruby-fr.html.markdown
@@ -336,8 +336,8 @@ class Humain
puts "#{msg}"
end
- def species
- @@species
+ def espece
+ @@espece
end
end