Update README.md

This commit is contained in:
Yudong Jin
2023-01-30 20:49:12 +08:00
parent 9973822672
commit 7f3752d306
5 changed files with 13 additions and 20 deletions

View File

@ -363,7 +363,6 @@ comments: true
public Integer peekLast() {
return isEmpty() ? null : rear.val;
}
}
```