Skip to content

Commit 6e22607

Browse files
committed
Fix typo
hexidecimal > hexadecimal
1 parent 273ad25 commit 6e22607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/private/SwiftPrivate/SwiftPrivate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public func asHex<T : IntegerType>(x: T) -> String {
1818
}
1919

2020
/// Convert the given sequence of numeric values to a string representing
21-
/// their hexidecimal values.
21+
/// their hexadecimal values.
2222
public func asHex<
2323
S: SequenceType
2424
where

0 commit comments

Comments
 (0)