diff options
| author | MrAkirah <akira.aymane@gmail.com> | 2014-08-19 21:30:31 +0100 |
|---|---|---|
| committer | MrAkirah <akira.aymane@gmail.com> | 2014-08-19 21:30:31 +0100 |
| commit | e5a61a1db19f9099697791958a53c809d2050866 (patch) | |
| tree | 1116ead3031a59183c3f1a3f0761b4ba44fbe6a9 | |
| parent | 43c983d54abc5a116bb5ea5b7f3894313a9c796c (diff) | |
Update ruby-fr.html.markdown
@@species n'existe pas, remplacé @@espece
| -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 |
