1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-19 04:52:13 +02:00

Merge pull request #3871 from brianl9995/master

[ruby/es] Fixed a spelling mistake
This commit is contained in:
Divay Prakash
2020-02-29 00:27:53 +05:30
committed by GitHub

View File

@@ -139,7 +139,7 @@ status == :pendiente #=> true
status == 'pendiente' #=> false
status == :aprovado #=> false
status == :aprobado #=> false
# Arreglos