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
Branches
Tags
No related merge requests found
...@@ -233,7 +233,7 @@ struct Login { ...@@ -233,7 +233,7 @@ struct Login {
* postgresql:postgresql://user:secret@localhost/mydb * postgresql:postgresql://user:secret@localhost/mydb
* *
* an example configuraiton using connect info * 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. * @param connectionDetails The database connection details.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment