We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08ab61 commit 09149c7Copy full SHA for 09149c7
doc/issue/comments.md
@@ -52,7 +52,7 @@ $client->api('issue')->comments()->create('KnpLabs', 'php-github-api', 4, array(
52
> Requires [authentication](../security.md).
53
54
```php
55
-$client->api('issue')->comments()->create('KnpLabs', 'php-github-api', 33793831, array('body' => 'My updated comment'));
+$client->api('issue')->comments()->update('KnpLabs', 'php-github-api', 33793831, array('body' => 'My updated comment'));
56
```
57
58
* `KnpLabs` : the owner of the repository
0 commit comments