Skip to content

Commit 0993480

Browse files
authored
Merge pull request #1 from satishkotadiya/patch-1
Update README.md
2 parents 88a7cf2 + 440cda5 commit 0993480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is about how to choose name and handle error in java.
44
- Handling null pointer exception
55
- Naming conventions
66
- Comments rule / google checkstyles
7-
- Always through exception from bottom to top level call hierarchy
7+
- Always throw exception from bottom to top level call hierarchy
88

99

1010

@@ -95,4 +95,4 @@ Java Stream Intermediate and Terminal Operations
9595
- filter
9696
- map
9797

98-
forEach, toArray, min, max, findFirst, anyMatch, allMatch
98+
forEach, toArray, min, max, findFirst, anyMatch, allMatch

0 commit comments

Comments
 (0)