File tree 2 files changed +2
-2
lines changed
Sources/PostgresNIO/Utilities
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import Foundation
2
2
3
- /// A protocol that mimmicks the Foundation `JSONDecoder.decode(_:from:)` function.
3
+ /// A protocol that mimicks the Foundation `JSONDecoder.decode(_:from:)` function.
4
4
/// Conform a non-Foundation JSON decoder to this protocol if you want PostgresNIO to be
5
5
/// able to use it when decoding JSON & JSONB values (see `PostgresNIO._defaultJSONDecoder`)
6
6
public protocol PostgresJSONDecoder {
Original file line number Diff line number Diff line change 1
1
import Foundation
2
2
3
- /// A protocol that mimmicks the Foundation `JSONEncoder.encode(_:)` function.
3
+ /// A protocol that mimicks the Foundation `JSONEncoder.encode(_:)` function.
4
4
/// Conform a non-Foundation JSON encoder to this protocol if you want PostgresNIO to be
5
5
/// able to use it when encoding JSON & JSONB values (see `PostgresNIO._defaultJSONEncoder`)
6
6
public protocol PostgresJSONEncoder {
You can’t perform that action at this time.
0 commit comments