This website works better with JavaScript
Home
Explore
Help
Sign In
mirror
/
Alamofire
mirror of
https://github.com/Alamofire/Alamofire.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix code sytle in documentation (
#2484
)
Xing He
7 years ago
parent
5773768d8e
commit
ff16ce9e87
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
Documentation/AdvancedUsage.md
+ 1
- 1
Documentation/AdvancedUsage.md
View File
@@ -333,7 +333,7 @@ class AccessTokenAdapter: RequestAdapter {
}
return urlRequest
-
}
+
}
}
```