docs: Fix a copy-paste error on get_username docs (#3786)

I suspect this is a copy-paste error, it's meant to say username, not port.
This commit is contained in:
Robin Schroer 2025-03-16 15:21:56 +09:00 committed by GitHub
parent 393b731d5e
commit e474be6d4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -448,7 +448,7 @@ impl MySqlConnectOptions {
self.socket.as_ref()
}
/// Get the server's port.
/// Get the current username.
///
/// # Example
///