Skip to content
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rehandalal committed Oct 2, 2012
1 parent 7eb8416 commit 7880d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.js
Expand Up @@ -6,7 +6,7 @@ exports.status = {
* - `user`: The user that submitted the status.
* - `project`: The project associated with the status.
* - `content`: The text of the status.
* - `reply_to`: The ID of the status being replied to
* - `reply_to`: (Optional) The ID of the status being replied to
*/
create: function(user, project, content, reply_to) {
var data = {
Expand Down

0 comments on commit 7880d04

Please sign in to comment.