Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
tremblay authored Aug 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3c7c425 commit 8876df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ let package = Package(
targets: [
.target(
name: "TLDExtract",
dependencies: ["Punnycode"],
dependencies: ["Punycode"],
path: "Source"),
.testTarget(
name: "TLDExtractSwiftTests",

0 comments on commit 8876df1

Please sign in to comment.