Skip to content

Commit b8abb42

Browse files
committed
Fix file example in package documentation
1 parent b4fc100 commit b8abb42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/Package.swift.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ let package = Package(
3939
dependencies: [.Target(name: "bottom")]),
4040
Target(
4141
name: "bottom")
42+
]
43+
)
4244
```
4345

4446
The targets are named how your subdirectories are named.

0 commit comments

Comments
 (0)