From 662fb09ee8fb1f4ac52dd7bc4959ef1033f23575 Mon Sep 17 00:00:00 2001 From: CRaLFa Date: Mon, 29 Apr 2024 10:51:07 +0900 Subject: [PATCH] style: fix typos in comment --- README.adoc | 2 +- demo/Sample.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index a0ba3fb04..6ac3fc7a0 100644 --- a/README.adoc +++ b/README.adoc @@ -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 ( diff --git a/demo/Sample.java b/demo/Sample.java index a5c0897b1..2058dd463 100644 --- a/demo/Sample.java +++ b/demo/Sample.java @@ -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 (