Skip to content

Commit 3e756d1

Browse files
authored
Merge pull request KnpLabs#429 from MWCorentin/patch-1
Update comment.md
2 parents f08ab61 + 09149c7 commit 3e756d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/issue/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $client->api('issue')->comments()->create('KnpLabs', 'php-github-api', 4, array(
5252
> Requires [authentication](../security.md).
5353
5454
```php
55-
$client->api('issue')->comments()->create('KnpLabs', 'php-github-api', 33793831, array('body' => 'My updated comment'));
55+
$client->api('issue')->comments()->update('KnpLabs', 'php-github-api', 33793831, array('body' => 'My updated comment'));
5656
```
5757

5858
* `KnpLabs` : the owner of the repository

0 commit comments

Comments
 (0)