Skip to content

Commit

Permalink
style: fix typos in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CRaLFa committed Apr 29, 2024
1 parent 88fa86f commit 662fb09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ id = 2
{
public static void main(String[] args)
{
// NOTE: Connection and Statement are AutoClosable.
// NOTE: Connection and Statement are AutoCloseable.
// Don't forget to close them both in order to avoid leaks.
try
(
Expand Down
2 changes: 1 addition & 1 deletion demo/Sample.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Sample
{
public static void main(String[] args)
{
// NOTE: Connection and Statement are AutoClosable.
// NOTE: Connection and Statement are AutoCloseable.
// Don't forget to close them both in order to avoid leaks.
try
(
Expand Down

0 comments on commit 662fb09

Please sign in to comment.