We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547d597 commit a8832ffCopy full SHA for a8832ff
1 file changed
Sources/XMLCoding/Decoder/XMLDecoder.swift
@@ -109,8 +109,9 @@ open class XMLDecoder {
109
case preserveStructure
110
111
/// Collapse the XML structure to avoid the outer type.
112
- /// Useful when individual items will all listed under the one tag and
113
- /// the added layer of the outer type is not useful.
+ /// Useful when individual items will all be listed under one tag;
+ /// the outer type will only include one list under this tag and can be
114
+ /// omitted.
115
case collapseListUsingItemTag(String)
116
}
117
0 commit comments