8000 Type inference · githubcs/Java-Coding-Problems@1cbd2ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cbd2ba

Browse files
Type inference
1 parent ef107d5 commit 1cbd2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter04/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Type inference
22
This chapter includes 21 problems that involves JEP 286, Java Local Variable Type Inference (LVTI), or shortly, the **var** type.
33
These problems has been carefully crafted to reveal the best practices and common mistakes involved in using **var**.
4-
At the end of this chapter, you will have under the tool belt everything you need to know about **var** to push it in production.
4+
At the end of this chapter, you will have under the tool belt everything you need to know about **var** to push it in production.

0 commit comments

Comments
 (0)
0