Skip to content

Commit 375ee07

Browse files
committed
Fix Grammar
1 parent 5b39f04 commit 375ee07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ For Java11 you have to use the following dependencies:
6464

6565
* ``PgBinaryWriter#open`` removed and now opened in constructor
6666
* ``SimpleRowWriter#open`` removed and now opened in constructor
67-
* ``SimpleRowWriter`` not implements the ``AutoClosable`` interface, so it can be used in try-with-resources blocks.
67+
* ``SimpleRowWriter`` now implements the ``AutoClosable`` interface, so it can be used in try-with-resources blocks.
6868
* ``PostgreSqlUtils#tryGetPGConnection`` now returns an ``Optional``
6969
* ``BulkProcessor#cancel`` static method removed
7070

0 commit comments

Comments
 (0)