Skip to content

Commit 7e2a630

Browse files
committed
Update pull_requests.md
1 parent c0e2947 commit 7e2a630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/pull_requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $pullRequest = $client->api('pull_request')->create('ezsystems', 'ezpublish', ar
6767
'head' => 'testbranch',
6868
'title' => 'My nifty pull request',
6969
'body' => 'This pull request contains a bunch of enhancements and bug-fixes, happily shared with you'
70-
));
70+
));
7171
```
7272

7373
This returns the details of the pull request.

0 commit comments

Comments
 (0)