line/line-bot-sdk-ruby

Incorrect description of types specifier list in Rdoc

kenta-takeuchi opened this issue · 2 comments

# @param messages [Hash or Array] Message Objects

The correct types specifier list is a comma separated in RDoc.
https://www.rubydoc.info/gems/yard/file/docs/Tags.md#types-specifier-list

Solved by #258

#258 solved this issue.