Add missing period in documentation

pull/301/head
Christian Rocha 2017-08-14 09:41:22 -04:00 committed by GitHub
parent 66918e80df
commit d1cfcd9913
1 changed files with 1 additions and 1 deletions

2
doc.go
View File

@ -1,6 +1,6 @@
// Package pgx is a PostgreSQL database driver.
/*
pgx provides lower level access to PostgreSQL than the standard database/sql
pgx provides lower level access to PostgreSQL than the standard database/sql.
It remains as similar to the database/sql interface as possible while
providing better speed and access to PostgreSQL specific features. Import
github.com/jack/pgx/stdlib to use pgx as a database/sql compatible driver.