Skip to content

Commit

Permalink
Update documentation to reflect what the classes do
Browse files Browse the repository at this point in the history
This goes against Mastodon’s documentation, but their documentation
seems to be outdated here.
  • Loading branch information
PattaFeuFeu committed Nov 27, 2023
1 parent 00a013a commit fae3336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import social.bigbone.api.method.TrendMethods
/**
* Reactive implementation of [TrendMethods].
*
* View hashtags that are currently being used more frequently than usual.
* View trending tags, statuses, or links, i.e. those that are currently being used more frequently than usual.
* @see <a href="https://docs.joinmastodon.org/methods/trends/">Mastodon trends API methods</a>
*/
class RxTrendMethods(client: MastodonClient) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import social.bigbone.api.entity.Tag
import social.bigbone.api.entity.TrendsLink

/**
* View hashtags that are currently being used more frequently than usual.
* View trending tags, statuses, or links, i.e. those that are currently being used more frequently than usual.
* @see <a href="https://docs.joinmastodon.org/methods/trends/">Mastodon trends API methods</a>
*/
class TrendMethods(private val client: MastodonClient) {
Expand Down

0 comments on commit fae3336

Please sign in to comment.