Skip to content

Commit 9b5593a

Browse files
committed
Merge pull request #66 from johankj/patch-1
Update referenced IntegerArithmetic filename
2 parents 75ac2b0 + 110f48d commit 9b5593a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stdlib/public/core/IntegerArithmetic.swift.gyb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- IntegerArithmeticType.swift.gyb ---------------------*- swift -*--===//
1+
//===--- IntegerArithmetic.swift.gyb -------------------------*- swift -*--===//
22
//
33
// This source file is part of the Swift.org open source project
44
//
@@ -11,8 +11,8 @@
1111
//===----------------------------------------------------------------------===//
1212
%# Ignore the following admonition; it applies to the resulting .swift file only
1313

14-
// Automatically Generated From IntegerArithmeticType.swift.gyb. Do Not
15-
// Edit Directly!
14+
// Automatically Generated From IntegerArithmetic.swift.gyb. Do Not Edit
15+
// Directly!
1616

1717
%{
1818
integerBinaryOps = [

0 commit comments

Comments
 (0)