Skip to content

Commit 4dbbae9

Browse files
authored
Add missing comma (#362)
1 parent 944a14c commit 4dbbae9

File tree

1 file changed

+1
-1
lines changed
  • documentation/cxx-interop/project-build-setup

1 file changed

+1
-1
lines changed

documentation/cxx-interop/project-build-setup/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ let package = Package(
9494
],
9595
targets: [
9696
.target(
97-
name: "cxxLibrary")
97+
name: "cxxLibrary"),
9898
.executableTarget(
9999
name: "swiftCLITool",
100100
dependencies: ["cxxLibrary"],

0 commit comments

Comments
 (0)