Skip to content

Commit

Permalink
Fix DocC comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed May 2, 2024
1 parent 395a6ea commit dd21809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MySQLKit/MySQLConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public struct MySQLConfiguration: Sendable {
///
/// See ``MySQLConfiguration/init(url:)-4mmel`` for details of the accepted URL format.
///
/// - Parameter url: A URL-formatted MySQL connection string. See ``init(url:)`` for syntax details.
/// - Parameter url: A URL-formatted MySQL connection string. See ``init(url:)-4mmel`` for syntax details.
/// - Returns: `nil` if `url` is not a valid RFC 3986 URI with an authority component (e.g. a URL).
public init?(url: String) {
guard let url = URL(string: url) else {
Expand Down

0 comments on commit dd21809

Please sign in to comment.