Skip to content

Commit 6ecbd2b

Browse files
authored
Clean up documentation (#152)
* Clean up documentation * Update ParseHealth+Combine.swift
1 parent a63c980 commit 6ecbd2b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Sources/ParseSwift/Types/ParseAnalytics+combine.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ import Combine
1414
import UIKit
1515
#endif
1616

17-
// MARK: Combine
1817
@available(macOS 10.15, iOS 13.0, macCatalyst 13.0, watchOS 6.0, tvOS 13.0, *)
1918
public extension ParseAnalytics {
2019

21-
// MARK: Check - Combine
20+
// MARK: Combine
2221

2322
#if os(iOS)
2423
/**

Sources/ParseSwift/Types/ParseHealth+Combine.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
import Foundation
1111
import Combine
1212

13-
// MARK: Combine
1413
@available(macOS 10.15, iOS 13.0, macCatalyst 13.0, watchOS 6.0, tvOS 13.0, *)
1514
public extension ParseHealth {
1615

17-
// MARK: Check - Combine
16+
// MARK: Combine
1817

1918
/**
2019
Calls the health check function *asynchronously*. Publishes when complete.

0 commit comments

Comments
 (0)