Skip to content

Commit afcf6ad

Browse files
committed
Update comment
1 parent b925121 commit afcf6ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/SwiftProtobuf/MathUtils.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ internal func div<T : SignedInteger>(_ a: T, _ b: T) -> T {
4242
#if !swift(>=4.0)
4343
//
4444
// Swift 3 called this initializer "truncatingBitPattern";
45-
// Swift 4 (prerelease) changed this initializer to
46-
// "truncatingIfNeeded".
45+
// Swift 4 changed this initializer to "truncatingIfNeeded".
4746
//
4847
extension UInt8 {
4948
internal init(truncatingIfNeeded value: UInt32) {

0 commit comments

Comments
 (0)