8000 Fix markdown-syntax · JustinSDK/JavaLambdaTutorial@31e8e56 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31e8e56

Browse files
author
Justin Lin
committed
Fix markdown-syntax
1 parent c1cee3a commit 31e8e56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

JavaLambdaTutorial.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,8 @@ Collections.sort(applicants, vacancy::bySeniority);
974974
```java
975975
public interface Part {
976976
...
977-
}```
977+
}
978+
```
978979

979980
```java
980981
public interface Material {

0 commit comments

Comments
 (0)
0