We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db87a53 commit dbbf221Copy full SHA for dbbf221
FirebaseSharedSwift/Sources/third_party/FirebaseDataEncoder/FirebaseDataEncoder.swift
@@ -1225,7 +1225,7 @@ public class FirebaseDataDecoder {
1225
/// Decodes a top-level value of the given type from the given JSON representation.
1226
///
1227
/// - parameter type: The type of the value to decode.
1228
- /// - parameter data: The data to decode from.
+ /// - parameter structure: The data to decode from.
1229
/// - returns: A value of the requested type.
1230
/// - throws: `DecodingError.dataCorrupted` if values requested from the payload are corrupted, or if the given data is not valid JSON.
1231
/// - throws: An error if any value throws an error during decoding.
0 commit comments