Skip to content

Commit 1136a6e

Browse files
authored
Fix typo (#4620)
1 parent 5f57e70 commit 1136a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Darwin/Foundation-swiftoverlay/NSStringAPI.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ extension String {
205205
///
206206
/// - Parameters:
207207
/// - bytes: A sequence of bytes to interpret using `encoding`.
208-
/// - encoding: The ecoding to use to interpret `bytes`.
208+
/// - encoding: The encoding to use to interpret `bytes`.
209209
public init?<S: Sequence>(bytes: __shared S, encoding: Encoding)
210210
where S.Iterator.Element == UInt8 {
211211
let byteArray = Array(bytes)

0 commit comments

Comments
 (0)