Skip to content

Commit

Permalink
Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gomfunkel committed Jan 17, 2011
1 parent b2be468 commit 1cc1a65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/mailchimp/MailChimpAPI.js
Expand Up @@ -13,7 +13,7 @@ var MailChimpAPI_v1_3 = require('./MailChimpAPI_v1_3');
*
* @param apiKey The API key to access the MailChimp API with
* @param options Configuration options as described above
* @returns Instance of the MailChimp API in the specified version
* @return Instance of the MailChimp API in the specified version
*/
function MailChimpAPI (apiKey, options) {

Expand Down
2 changes: 1 addition & 1 deletion lib/mailchimp/MailChimpAPI_v1_3.js
Expand Up @@ -6,7 +6,7 @@ var http = require('http');
*
* @param apiKey The API key to access the MailChimp API with
* @param options Configuration options
* @returns Instance of {@link MailChimpAPI_v1_3}
* @return Instance of {@link MailChimpAPI_v1_3}
*/
function MailChimpAPI_v1_3 (apiKey, options) {

Expand Down
2 changes: 1 addition & 1 deletion lib/mailchimp/MailChimpExportAPI.js
Expand Up @@ -14,7 +14,7 @@ var MailChimpExportAPI_v1_0 = require('./MailChimpExportAPI_v1_0');
*
* @param apiKey The API key to access the MailChimp Export API with
* @param options Configuration options as described above
* @returns Instance of the MailChimp Export API in the specified version
* @return Instance of the MailChimp Export API in the specified version
*/
function MailChimpExportAPI (apiKey, options) {

Expand Down
2 changes: 1 addition & 1 deletion lib/mailchimp/MailChimpExportAPI_v1_0.js
Expand Up @@ -8,7 +8,7 @@ var http = require('http'),
*
* @param apiKey The API key to access the MailChimp Export API with
* @param options Configuration options
* @returns Instance of {@link MailChimpExportAPI_v1_0}
* @return Instance of {@link MailChimpExportAPI_v1_0}
*/
function MailChimpExportAPI_v1_0 (apiKey, options) {

Expand Down

0 comments on commit 1cc1a65

Please sign in to comment.