Fix typo in Bot#unfollow
This commit is contained in:
parent
596f41f15f
commit
6e41bdb373
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ module Ebooks
|
||||||
# @param user [String] username or user id
|
# @param user [String] username or user id
|
||||||
def unfollow(user, *args)
|
def unfollow(user, *args)
|
||||||
log "Unfollowing #{user}"
|
log "Unfollowing #{user}"
|
||||||
twiter.unfollow(user, *args)
|
twitter.unfollow(user, *args)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Tweet something
|
# Tweet something
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue