We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 149d474 + c7710b7 commit b9987e8Copy full SHA for b9987e8
stdlib/private/SwiftPrivate/SwiftPrivate.swift
@@ -12,7 +12,7 @@
12
13
import SwiftShims
14
15
-/// Convert the given numeric value to a hexidecimal string.
+/// Convert the given numeric value to a hexadecimal string.
16
public func asHex<T : IntegerType>(x: T) -> String {
17
return "0x" + String(x.toIntMax(), radix: 16)
18
}
0 commit comments