Skip to content

Commit

Permalink
fix the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PeiJiaNi committed Mar 16, 2019
1 parent d895636 commit 4d8b1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DynamicStackBaseArray.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public DynamicStackBaseArray(int length) {
}

/**
* 入栈操作 平均时间复杂度O(1)s
* 入栈操作 平均时间复杂度O(1)
*
* @param item 入栈元素
*/
Expand Down

0 comments on commit 4d8b1c4

Please sign in to comment.