Fix documentation

This commit is contained in:
Brian Kassouf
2017-05-02 02:22:06 -07:00
parent 6ddfe9aa7f
commit 7f92c5f47f
2 changed files with 12 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ func New() (interface{}, error) {
return dbType, nil
}
// Run instatiates a PostgreSQL object, and runs the RPC server for the plugin
// Run instantiates a PostgreSQL object, and runs the RPC server for the plugin
func Run() error {
dbType, err := New()
if err != nil {