small comment correction

This commit is contained in:
Gant
2014-08-01 15:17:22 -05:00
parent 563702b483
commit 2915b2c8a2

View File

@@ -54,7 +54,7 @@ module RubyMotionQuery
return result
end
# @return [Array] of validations that have failed
# @return [Array] of views where validations that have failed
def invalid
invalid = []
selected.each do |view|
@@ -65,7 +65,7 @@ module RubyMotionQuery
return invalid
end
# @return [Array] of validations that have failed
# @return [Array] of views where validations that have failed
def valid
invalid = []
selected.each do |view|