mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[java/en-us] Fix typo (#2708)
This commit is contained in:
parent
9ccd1ee05a
commit
064cbde932
@ -451,7 +451,7 @@ public class LearnJava {
|
|||||||
// Try-with-resources (Java 7+)
|
// Try-with-resources (Java 7+)
|
||||||
// Try-catch-finally statements work as expected in Java but in 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
|
// 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.
|
// automatically.
|
||||||
|
|
||||||
// In order to use a try-with-resources, include a an instance of a class
|
// In order to use a try-with-resources, include a an instance of a class
|
||||||
|
Loading…
Reference in New Issue
Block a user