We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 273ad25 + 6e22607 commit 177e775Copy full SHA for 177e775
stdlib/private/SwiftPrivate/SwiftPrivate.swift
@@ -18,7 +18,7 @@ public func asHex<T : IntegerType>(x: T) -> String {
18
}
19
20
/// Convert the given sequence of numeric values to a string representing
21
-/// their hexidecimal values.
+/// their hexadecimal values.
22
public func asHex<
23
S: SequenceType
24
where
0 commit comments