Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Jul 16, 2022
1 parent f0eb75a commit c7952fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@
- [demo2](src/main/java/Advances/Lambda/demo2.java) : `Lambda form 1-6` demo
- [demo3](src/main/java/Advances/Lambda/demo3.java) : functional interface 1
- [MethodRefTest](src/main/java/Advances/Lambda/demo4/MethodRefTest.java) : method reference demo
- [ConstructorRefTest](src/main/java/Advances/Lambda/demo4/MethodRefTest.java) : Constructor reference demo
- [ConstructorRefTest](src/main/java/Advances/Lambda/demo4/ConstructorRefTest.java) : Constructor reference demo

- [JavaHelloWorld](./src/main/java/Advances) : Advanced data structure
- String class
Expand Down

0 comments on commit c7952fd

Please sign in to comment.