Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Fixed Spelling. #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public interface FavoriteService {
* equal to 200. Defaults to 20.
* @param sinceId (optional) Returns results with an ID greater than (that is, more recent than)
* the specified ID. There are limits to the number of Tweets which can be
* accessed through the API. If the limit of Tweets has occured since the
* accessed through the API. If the limit of Tweets has occurred since the
* since_id, the since_id will be forced to the oldest ID available.
* @param maxId (optional) Returns results with an ID less than (that is, older than) or equal
* to the specified ID.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public interface SearchService {
* far as the date you specify here.
* @param sinceId (optional) Returns results with an ID greater than (that is, more recent than)
* the specified ID. There are limits to the number of Tweets which can be
* accessed through the API. If the limit of Tweets has occured since the
* accessed through the API. If the limit of Tweets has occurred since the
* since_id, the since_id will be forced to the oldest ID available.
* @param maxId (optional) Returns results with an ID less than (that is, older than) or equal
* to the specified ID.
Expand Down