Skip to content

Commit 98eb9ae

Browse files
LiuL0703trekhleb
authored andcommittedDec 28, 2018
fix wrong words (trekhleb#273)
1 parent 59c6f4d commit 98eb9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/data-structures/stack/README.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22

3-
在计算机科学中, 一个 **栈(stack)** 时一种抽象数据类型,用作表示元素的集合,具有两种主要操作:
3+
在计算机科学中, 一个 **栈(stack)** 是一种抽象数据类型,用作表示元素的集合,具有两种主要操作:
44

55
* **push**, 添加元素到栈的顶端(末尾);
66
* **pop**, 移除栈最顶端(末尾)的元素.

0 commit comments

Comments
 (0)