Skip to content

Commit ea57325

Browse files
committed
Fix wrong Package desciption text
1 parent c9dbdb5 commit ea57325

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// swift-tools-version:5.3
2+
// In order to support users running on the latest Xcodes, please ensure that
3+
// [email protected] is kept in sync with this file.
24
/*
35
This source file is part of the Swift.org open source project
46

[email protected]

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// swift-tools-version:5.5
2-
// In order to support users running on the latest Xcodes, please ensure that
3-
// Package@swift-5.5.swift is kept in sync with this file.
2+
// In order to support users running on legacy Xcodes, please ensure that
3+
// Package.swift is kept in sync with this file.
44
/*
55
This source file is part of the Swift.org open source project
66

0 commit comments

Comments
 (0)