Skip to content
This repository was archived by the owner on Feb 13, 2018. It is now read-only.

Commit dd78d84

Browse files
author
Tim Whitlock
committed
comment tweaks
1 parent 7a0144d commit dd78d84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/twitter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* node-twitter-api
3-
* Twitter API 1.1 client for Node JS
3+
* Twitter API 1.1 REST and Streaming client for Node JS
44
*/
55

66

@@ -114,7 +114,7 @@ OAuthParams.prototype.getHeader = function(){
114114

115115

116116
/**
117-
* Twitter API 1.1 REST client
117+
* Twitter API 1.1 client
118118
*/
119119
function TwitterClient(){
120120
this.deAuth();
@@ -301,7 +301,7 @@ TwitterClient.prototype._oauthExchange = function( requestUri, requestArgs, call
301301

302302

303303

304-
// export access to utils module
304+
// expose object creation methods to module
305305

306306
exports.createOAuthParams = function( args ){
307307
return new OAuthParams( args );

0 commit comments

Comments
 (0)