Skip to content

Commit

Permalink
Fix typo in converters.md (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
stewemetal authored Mar 29, 2021
1 parent ed2f6e4 commit 562d99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converters/converters.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class MyConverter implements Converter {
}
```

`BodyType`is the expected type of the response body \(e.g., `String` or `CustomObject)`.
`BodyType`is the expected type of the response body \(e.g., `String` or `CustomObject`).

If `BodyType` is a `List` or a `BuiltList`, `InnerType` is the type of the generic parameter \(e.g., `convertResponse<List<CustomObject>, CustomObject>(response)`).

Expand Down

0 comments on commit 562d99b

Please sign in to comment.