We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d28f0 commit 15cb7dfCopy full SHA for 15cb7df
Sources/Foundation/NSStringAPI.swift
@@ -253,7 +253,7 @@ extension String {
253
///
254
/// - Parameters:
255
/// - bytes: A sequence of bytes to interpret using `encoding`.
256
- /// - encoding: The ecoding to use to interpret `bytes`.
+ /// - encoding: The encoding to use to interpret `bytes`.
257
public init?<S: Sequence>(bytes: __shared S, encoding: Encoding)
258
where S.Iterator.Element == UInt8 {
259
let byteArray = Array(bytes)
0 commit comments