mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 06:47:54 +02:00
[java/en-us] Fix typo (#2708)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user