Skip to content

Commit

Permalink
Refine description for SwiftManifestJsonHandler
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>

Co-authored-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
keshav-space and pombredanne authored May 29, 2024
1 parent 75ea06a commit 98860b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packagedcode/swift.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class SwiftManifestJsonHandler(models.DatafileHandler):
path_patterns = ("*/Package.swift.json",)
default_package_type = "swift"
default_primary_language = "Swift"
description = "json dump of swift manifest"
description = "JSON dump of Package.swift created with ``swift package dump-package > Package.swift.json``"
documentation_url = "https://docs.swift.org/package-manager/PackageDescription/PackageDescription.html"

@classmethod
Expand Down

0 comments on commit 98860b3

Please sign in to comment.