Skip to content

Commit efbc4ed

Browse files
Fix formatting in PackageDescription.md (#3231)
1 parent bf4dd4c commit efbc4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/PackageDescription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ For example, you don’t need to declare XIB files, storyboards, Core Data file
740740
as resources in your package manifest.
741741

742742
However, you must explicitly declare other file types—for example image files—as resources
743-
using the `process(_:localization:)`` or `copy(_:)`` rules.
743+
using the `process(_:localization:)` or `copy(_:)` rules.
744744

745745
Alternatively, exclude resource files from a target
746746
by passing them to the target initializer’s `exclude` parameter.

0 commit comments

Comments
 (0)