lib/lita/adapter.rb in lita-4.4.2 vs lib/lita/adapter.rb in lita-4.4.3

- old
+ new

@@ -80,10 +80,10 @@ # @since 3.0.0 # @!method roster(room) # Get a list of users that are online in the given room. # @param room [Lita::Room] The room to return a roster for. - # @return [Array<Lita::Roster>] An array of users. + # @return [Array<Lita::User>] An array of users. # @abstract This should be implemented by the adapter. # @since 4.4.0 # @!method run # The main loop. Should connect to the chat service, listen for incoming