Skip to content

Commit f37c1b6

Browse files
committed
Update documentation from broken links
1 parent 2c37b9a commit f37c1b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/ATCommonTools/Swift-bound/ContentDecoder.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ public enum ContentDecoders {
4747
decoders[encoding.lowercased()]
4848
}
4949

50-
/// Compiles all of the keys from ``decoders`` into one array.
50+
/// Compiles all of the keys into one array.
5151
///
52-
/// - Returns: An array of all of the keys from ``decoders`` as `String` objects.
52+
/// - Returns: An array of all of the keys from as `String` objects.
5353
public static var allEncodingNames: [String] {
5454
Array(decoders.keys)
5555
}

0 commit comments

Comments
 (0)