We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c37b9a commit f37c1b6Copy full SHA for f37c1b6
1 file changed
Sources/ATCommonTools/Swift-bound/ContentDecoder.swift
@@ -47,9 +47,9 @@ public enum ContentDecoders {
47
decoders[encoding.lowercased()]
48
}
49
50
- /// Compiles all of the keys from ``decoders`` into one array.
+ /// Compiles all of the keys into one array.
51
///
52
- /// - Returns: An array of all of the keys from ``decoders`` as `String` objects.
+ /// - Returns: An array of all of the keys from as `String` objects.
53
public static var allEncodingNames: [String] {
54
Array(decoders.keys)
55
0 commit comments