Skip to content

Commit

Permalink
Merge pull request swiftlang#126 from to4iki/master
Browse files Browse the repository at this point in the history
Fix typo "hexidecimal" -> "hexadecimal"
  • Loading branch information
cwillmor committed Dec 4, 2015
2 parents 273ad25 + 6e22607 commit 177e775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/private/SwiftPrivate/SwiftPrivate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public func asHex<T : IntegerType>(x: T) -> String {
}

/// Convert the given sequence of numeric values to a string representing
/// their hexidecimal values.
/// their hexadecimal values.
public func asHex<
S: SequenceType
where
Expand Down

0 comments on commit 177e775

Please sign in to comment.