From 064cbde932f135b37ddb615733a0d0e1940e78a9 Mon Sep 17 00:00:00 2001 From: Felipe Cury Date: Thu, 18 May 2017 07:40:42 -0300 Subject: [java/en-us] Fix typo (#2708) --- java.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java.html.markdown') diff --git a/java.html.markdown b/java.html.markdown index 3ec938ef..4a3e6312 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -451,7 +451,7 @@ public class LearnJava { // Try-with-resources (Java 7+) // Try-catch-finally statements work as expected in Java but in Java 7+ // the try-with-resources statement is also available. Try-with-resources - // simplifies try-catch-finally statements be closing resources + // simplifies try-catch-finally statements by closing resources // automatically. // In order to use a try-with-resources, include a an instance of a class -- cgit v1.2.3