Skip to content
Browse files

Fix smart quotes in Package.swift

Replace smart, curly quotes with regular, string-delimiting quotes.
  • Loading branch information...
1 parent 328d8b0 commit 89887b45b08772ada05659ac3231ef3e067b84ff @davidcelis davidcelis committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 Package.swift
View
2 Package.swift
@@ -1,3 +1,3 @@
import PackageDescription
-let package = Package(name: Advance)
+let package = Package(name: "Advance")

0 comments on commit 89887b4

Please sign in to comment.
Something went wrong with that request. Please try again.