We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273ad25 commit 6e22607Copy full SHA for 6e22607
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