Skip to content

Commit 4d8b1c4

Browse files
committed
fix the bug
1 parent d895636 commit 4d8b1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamicStackBaseArray.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public DynamicStackBaseArray(int length) {
2525
}
2626

2727
/**
28-
* 入栈操作 平均时间复杂度O(1)s
28+
* 入栈操作 平均时间复杂度O(1)
2929
*
3030
* @param item 入栈元素
3131
*/

0 commit comments

Comments
 (0)