Skip to content

Commit dbbf221

Browse files
authored
[Docs] Fix DocC warnings in FirebaseSharedSwift (#14033)
1 parent db87a53 commit dbbf221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSharedSwift/Sources/third_party/FirebaseDataEncoder/FirebaseDataEncoder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ public class FirebaseDataDecoder {
12251225
/// Decodes a top-level value of the given type from the given JSON representation.
12261226
///
12271227
/// - parameter type: The type of the value to decode.
1228-
/// - parameter data: The data to decode from.
1228+
/// - parameter structure: The data to decode from.
12291229
/// - returns: A value of the requested type.
12301230
/// - throws: `DecodingError.dataCorrupted` if values requested from the payload are corrupted, or if the given data is not valid JSON.
12311231
/// - throws: An error if any value throws an error during decoding.

0 commit comments

Comments
 (0)