Skip to content

Commit 388faab

Browse files
committed
Fix docstring
1 parent 9c09c34 commit 388faab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Xcodeproj/generate().swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public func buildXcodeprojPath(outputDir: AbsolutePath, projectName: String) ->
4646

4747
/// Generates an Xcode project and all needed support files. The .xcodeproj
4848
/// wrapper directory is created to the path specified by `xcodeprojPath`
49-
/// Returns the path of the generated project. All ancillary files will
49+
/// Returns the generated project. All ancillary files will
5050
/// be generated inside of the .xcodeproj wrapper directory.
5151
@discardableResult
5252
public func generate(

0 commit comments

Comments
 (0)