Skip to content

Commit

Permalink
Merge pull request #1131 from AlexP11223/update-issue-sample-placehol…
Browse files Browse the repository at this point in the history
…ders-1130

#1130 Change issue sample placeholder to indicate that they should be changed
  • Loading branch information
shiftkey committed Mar 7, 2016
2 parents d5a028c + 31fc029 commit f528d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ At a minimum, you need to specify the title:
```
var client = new GitHubClient(....); // More on GitHubClient can be found in "Getting Started"
var createIssue = new NewIssue("this thing doesn't work");
var issue = await client.Issue.Create("octokit", "octokit.net", createIssue);
var issue = await client.Issue.Create("owner", "name", createIssue);
```

`Create` returns a `Task<Issue>` which represents the created issue.
Expand Down

0 comments on commit f528d59

Please sign in to comment.