From afcf6ade990e6b87621f48f6103e9ff54183d92e Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Tue, 19 Sep 2017 09:23:39 -0700 Subject: [PATCH] Update comment --- Sources/SwiftProtobuf/MathUtils.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sources/SwiftProtobuf/MathUtils.swift b/Sources/SwiftProtobuf/MathUtils.swift index 4c3d3d7f7..f93d89572 100644 --- a/Sources/SwiftProtobuf/MathUtils.swift +++ b/Sources/SwiftProtobuf/MathUtils.swift @@ -42,8 +42,7 @@ internal func div(_ a: T, _ b: T) -> T { #if !swift(>=4.0) // // Swift 3 called this initializer "truncatingBitPattern"; -// Swift 4 (prerelease) changed this initializer to -// "truncatingIfNeeded". +// Swift 4 changed this initializer to "truncatingIfNeeded". // extension UInt8 { internal init(truncatingIfNeeded value: UInt32) {