mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: correct comment
Swift SVN r18592
This commit is contained in:
@@ -369,7 +369,7 @@ extension String {
|
||||
/// attempts to perform filename completion, returning a numeric
|
||||
/// value that indicates whether a match was possible, and by
|
||||
/// reference the longest path that matches the `String`.
|
||||
/// returns the actual number of matching paths.
|
||||
/// Returns the actual number of matching paths.
|
||||
func completePathIntoString(
|
||||
_ outputName: CMutablePointer<String> = nil,
|
||||
caseSensitive: Bool,
|
||||
|
||||
Reference in New Issue
Block a user