Skip to content

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasareed committed Jul 6, 2011
1 parent 69e79a0 commit 2ee0640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHP/DocuSignSample/getstatusofenvelope.php
Expand Up @@ -57,7 +57,7 @@ function getEnvelopeStatus($envelope_id){
// Call function that returns Envelope Status
$envelopeStatus = getEnvelopeStatus($envelope_id);

// Print out the result ("pr" in include/utils.php)
// Print out the result ("function pr" in include/utils.php)
pr($envelopeStatus);
exit;

Expand Down

0 comments on commit 2ee0640

Please sign in to comment.