Skip to content

Commit 9e6bfac

Browse files
authored
fix typo
1 parent f25cdad commit 9e6bfac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/new-features/java8-common-new-features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ if(zoo != null){
537537
}
538538
```
539539

540-
层层判断对象分空,有人说这种方式很丑陋不优雅,我并不这么认为。反而觉得很整洁,易读,易懂。你们觉得呢?
540+
层层判断对象非空,有人说这种方式很丑陋不优雅,我并不这么认为。反而觉得很整洁,易读,易懂。你们觉得呢?
541541

542542
`Optional` 是这样的实现的:
543543

0 commit comments

Comments
 (0)