Jelajahi Sumber

Merge pull request #1385 from arsentiii/patch-1

Update README-cn.md 'is trivial' => 微不足道
John Washam 1 tahun lalu
induk
melakukan
cd87186497
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      translations/README-cn.md

+ 1 - 1
translations/README-cn.md

@@ -606,7 +606,7 @@
 - ### 堆栈(Stack)
     - [ ] [堆栈(视频)](https://www.coursera.org/learn/data-structures/lecture/UdKzQ/stacks)
     - [ ] [[Review] Stacks in 3 minutes (video)](https://youtu.be/KcT3aVgrrpU)
-    - [ ] 可以不实现,因为使用数组来实现并不重要
+    - [ ] 可以不实现,因为使用数组来实现是微不足道的事
 
 - ### 队列(Queue)
     - [ ] [队列(视频)](https://www.coursera.org/learn/data-structures/lecture/EShpq/queue)