diff options
author | Nami-Doc <vendethiel@hotmail.fr> | 2014-08-19 16:45:12 -0400 |
---|---|---|
committer | Nami-Doc <vendethiel@hotmail.fr> | 2014-08-19 16:45:12 -0400 |
commit | 791edecd78bc9122e205603d80dc394c25d4f945 (patch) | |
tree | 1116ead3031a59183c3f1a3f0761b4ba44fbe6a9 | |
parent | 43c983d54abc5a116bb5ea5b7f3894313a9c796c (diff) | |
parent | e5a61a1db19f9099697791958a53c809d2050866 (diff) |
Merge pull request #726 from MrAkirah/patch-1
Update ruby-fr.html.markdown
-rw-r--r-- | fr-fr/ruby-fr.html.markdown | 4 |
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 |