From 6e22607a6f10135411babc8392087f310172439d Mon Sep 17 00:00:00 2001 From: to4iki Date: Fri, 4 Dec 2015 10:22:32 +0900 Subject: [PATCH] Fix typo hexidecimal > hexadecimal --- stdlib/private/SwiftPrivate/SwiftPrivate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/private/SwiftPrivate/SwiftPrivate.swift b/stdlib/private/SwiftPrivate/SwiftPrivate.swift index c88e6ce14e87d..c84516f5271c9 100644 --- a/stdlib/private/SwiftPrivate/SwiftPrivate.swift +++ b/stdlib/private/SwiftPrivate/SwiftPrivate.swift @@ -18,7 +18,7 @@ public func asHex(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