Skip to content

Commit ca93244

Browse files
authored
Refine doc comment for XMLDecodableSequence.
1 parent 5cdfced commit ca93244

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/XMLCoder/Auxiliaries/Metatypes.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
//
88

99
/// Type-erased protocol helper for a metatype check in generic `decode`
10-
/// overload.
10+
/// overload. If you custom sequence type is not decoded correctly, try
11+
/// making it confirm to `XMLDecodableSequence`. Default conformances for
12+
/// `Array` and `Dictionary` are already provided by the XMLCoder library.
1113
public protocol XMLDecodableSequence {
1214
init()
1315
}

0 commit comments

Comments
 (0)