Skip to content
Snippets Groups Projects
Commit 0e49a20b authored by David Smith's avatar David Smith
Browse files

fix typo in code comment

parent 9c4b5457
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ struct Login {
* postgresql:postgresql://user:secret@localhost/mydb
*
* an example configuraiton using connect info
* postgresql:user=user password=secret host=localhost db=mydb
* postgresql:user=user password=secret host=localhost dbname=mydb
*
* @param connectionDetails The database connection details.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment