Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed May 6, 2021
1 parent 75f0a81 commit 9566191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/Reference/ExtensionKit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
- [dprint(__)](methods/dprint(__).md)
- [sleep(duration_)](methods/sleep(duration_).md)

This file was generated by [SourceDocs](https://github.com/eneko/SourceDocs) on 2021-05-06 02:49:44 +0000
This file was generated by [SourceDocs](https://github.com/eneko/SourceDocs) on 2021-05-06 02:53:12 +0000
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public extension CLLocationManager

```swift
static func requestLocationAuthorization(
with manager: CLLocationManager
with manager: CLLocationManager,
type: AuthorizationType
) -> AnyPublisher<CLAuthorizationStatus, Never>
```
Expand Down

0 comments on commit 9566191

Please sign in to comment.