Skip to content

Commit

Permalink
Rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsauvage committed Aug 11, 2013
1 parent 1885e4b commit 20efc24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bridges/GoogleSearchBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @name Google search
* @description Returns most recent results from Google search.
* @use1(q="keyword search")
* @use1(q="keyword")
*/
class GoogleSearchBridge extends BridgeAbstract{

Expand Down
4 changes: 2 additions & 2 deletions bridges/TwitterBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*
* @name Twitter Bridge
* @description Returns user timelines or keyword search from http://twitter.com without using their API.
* @use1(q="keyword search")
* @use2(u="user timeline mode")
* @use1(q="keyword")
* @use2(u="username")
*/
class TwitterBridge extends BridgeAbstract{

Expand Down

0 comments on commit 20efc24

Please sign in to comment.