Skip to content

Commit

Permalink
[Docs] Fix DocC warnings in FirebaseSharedSwift (#14033)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Nov 5, 2024
1 parent db87a53 commit dbbf221
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ public class FirebaseDataDecoder {
/// Decodes a top-level value of the given type from the given JSON representation.
///
/// - parameter type: The type of the value to decode.
/// - parameter data: The data to decode from.
/// - parameter structure: The data to decode from.
/// - returns: A value of the requested type.
/// - throws: `DecodingError.dataCorrupted` if values requested from the payload are corrupted, or if the given data is not valid JSON.
/// - throws: An error if any value throws an error during decoding.
Expand Down

0 comments on commit dbbf221

Please sign in to comment.