diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2020-02-29 00:27:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 00:27:53 +0530 |
commit | e57e59f5f338f845ac9439378d6a9b974d465366 (patch) | |
tree | c529463b6e9a942cc7826a564ac209ec72b32320 | |
parent | 11362faa3c3d55ed6e97dd07fbf84db1d427c3a4 (diff) | |
parent | c1e04d6868c07de97862f8484277748cc8a5ce92 (diff) |
Merge pull request #3871 from brianl9995/master
[ruby/es] Fixed a spelling mistake
-rw-r--r-- | es-es/ruby-es.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/es-es/ruby-es.html.markdown b/es-es/ruby-es.html.markdown index e3e43c18..63a47e89 100644 --- a/es-es/ruby-es.html.markdown +++ b/es-es/ruby-es.html.markdown @@ -139,7 +139,7 @@ status == :pendiente #=> true status == 'pendiente' #=> false -status == :aprovado #=> false +status == :aprobado #=> false # Arreglos |