File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
FirebaseFunctions/Sources/Internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ final class FunctionsSerializer: Sendable {
29
29
// - NSNull (note: `nil` collection values from a Swift caller will be treated as NSNull)
30
30
// - NSNumber
31
31
// - NSString
32
- // - NSDicionary
32
+ // - NSDictionary
33
33
// - NSArray
34
34
func encode( _ object: Any ) throws -> Any {
35
35
if object is NSNull {
@@ -58,7 +58,7 @@ final class FunctionsSerializer: Sendable {
58
58
// - NSNull (note: `nil` collection values from a Swift caller will be treated as NSNull)
59
59
// - NSNumber
60
60
// - NSString
61
- // - NSDicionary
61
+ // - NSDictionary
62
62
// - NSArray
63
63
func decode( _ object: Any ) throws -> Any {
64
64
// Return these types as is. PORTING NOTE: Moved from the bottom of the func for readability.
You can’t perform that action at this time.
0 commit comments