Skip to content

Commit 2d93aa7

Browse files
authored
make comment clearer
1 parent 84a181a commit 2d93aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PerfectMySQL/MySQL.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public final class MySQL {
259259
return b
260260
}
261261

262-
/// Sets connect options after connect()
262+
/// Sets server option (must be set after connect() is called)
263263
@discardableResult
264264
public func setServerOption(_ option: MySQLServerOpt) -> Bool {
265265
return mysql_set_server_option(mysqlPtr, exposedOptionToMySQLServerOption(option)) == 0

0 commit comments

Comments
 (0)