Skip to content

Commit 8fe2399

Browse files
committed
DocC format fix
1 parent 30251d5 commit 8fe2399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SwiftFM/SwiftFM.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ open class SwiftFM {
3535
///
3636
/// let host = "my.host.com" //
3737
/// let db = "my_database" //
38-
/// // fetch these from elsewhere, or prompt at launch
38+
/// // fetch values from elsewhere or prompt at launch
3939
/// let user = "username" //
4040
/// let pass = "password" //
4141
///
@@ -56,7 +56,7 @@ open class SwiftFM {
5656
/// init() {
5757
/// let host = "my.host.com" //
5858
/// let db = "my_database" //
59-
/// // fetch these from elsewhere, or prompt at launch
59+
/// // fetch values from elsewhere or prompt at launch
6060
/// let user = "username" //
6161
/// let pass = "password" //
6262
///

0 commit comments

Comments
 (0)