We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a9cea commit c7710b7Copy full SHA for c7710b7
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