Update Petstore samples (#331)

* Grammar and spelling fixes

* update petstore samples
This commit is contained in:
William Cheng
2018-06-17 01:33:36 +08:00
committed by GitHub
parent 798bf61fde
commit 53d9878cf2
11 changed files with 11 additions and 11 deletions

View File

@@ -897,7 +897,7 @@ public class ApiClient {
* @param <T> Type
* @param response Response
* @param returnType Return type
* @throws ApiException If the response has a unsuccessful status code or
* @throws ApiException If the response has an unsuccessful status code or
* fail to deserialize the response body
* @return Type
*/