Skip to content

Commit d5fcfa7

Browse files
andrewheardpaulb777
authored andcommitted
Fix DocC formatting
1 parent 35287ab commit d5fcfa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseAI/Sources/Types/Public/URLMetadata.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ public struct URLMetadata: Sendable, Hashable {
3636
/// URL retrieval failed due to an error.
3737
public static let error = URLRetrievalStatus(kind: .error)
3838

39-
// URL retrieval failed failed because the content is behind paywall.
39+
/// URL retrieval failed failed because the content is behind paywall.
4040
public static let paywall = URLRetrievalStatus(kind: .paywall)
4141

42-
// URL retrieval failed because the content is unsafe.
42+
/// URL retrieval failed because the content is unsafe.
4343
public static let unsafe = URLRetrievalStatus(kind: .unsafe)
4444

4545
/// Returns the raw string representation of the `URLRetrievalStatus` value.

0 commit comments

Comments
 (0)