Skip to content

Commit 177e775

Browse files
committed
Merge pull request #126 from to4iki/master
Fix typo "hexidecimal" -> "hexadecimal"
2 parents 273ad25 + 6e22607 commit 177e775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/private/SwiftPrivate/SwiftPrivate.swift

+1-1
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)