mirror of
https://github.com/zhigang1992/rmq.git
synced 2026-01-12 17:52:17 +08:00
small comment correction
This commit is contained in:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user