Skip to content

Commit dac007e

Browse files
lakshya-skymxcl
authored andcommitted
Change "pkg" to "package" (#50)
1 parent b6b4a74 commit dac007e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// swift-tools-version:4.2
22
import PackageDescription
33

4-
let pkg = Package(
4+
let package = Package(
55
name: "Path.swift",
66
products: [
77
.library(name: "Path", targets: ["Path"]),

0 commit comments

Comments
 (0)