We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f57e70 commit 1136a6eCopy full SHA for 1136a6e
Darwin/Foundation-swiftoverlay/NSStringAPI.swift
@@ -205,7 +205,7 @@ extension String {
205
///
206
/// - Parameters:
207
/// - bytes: A sequence of bytes to interpret using `encoding`.
208
- /// - encoding: The ecoding to use to interpret `bytes`.
+ /// - encoding: The encoding to use to interpret `bytes`.
209
public init?<S: Sequence>(bytes: __shared S, encoding: Encoding)
210
where S.Iterator.Element == UInt8 {
211
let byteArray = Array(bytes)
0 commit comments