提交 0e70add8 编写于 作者: N neugartf

Update Alamofire 3.0 Migration Guide.md

Spelling fix
上级 f129adb2
......@@ -57,7 +57,7 @@ These changes allow Alamofire to return the original server data in both cases.
### Response
In order to avoid constantly having to change the response serializer completion closure signatures, ALamofire 3.0 introduces a `Response` struct. All response serializers (with the exception of `response`) return a generic `Response` struct.
In order to avoid constantly having to change the response serializer completion closure signatures, Alamofire 3.0 introduces a `Response` struct. All response serializers (with the exception of `response`) return a generic `Response` struct.
```swift
public struct Response<Value, Error: ErrorType> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册