Merge pull request #722 from khellang/patch-1

Fixed typo
This commit is contained in:
Brendan Forster
2015-02-24 20:48:21 +10:30
+1 -1
View File
@@ -14,7 +14,7 @@
model class if you need to contructor responses (e.g. for testing)
- `IResponse` is now a `readonly` interface.
- `ApiResponse<T>` accepts the strongly typed body as an argument.
- `IResponse<T> changed to `IApiResponse<T>`.
- `IResponse<T>` changed to `IApiResponse<T>`.
### New in 0.6.2 (Released 2015/01/06)
* New: Added `Assignee` and `Label` to `EventInfo` and `IssueEvent` repsonses - #644 via @thedillonb