Przeglądaj źródła

Update README-cn.md 'is trivial' => 微不足道

Update README-cn.md 'is trivial' => 微不足道
xixi 1 rok temu
rodzic
commit
0c8eec7013
1 zmienionych plików z 1 dodań i 1 usunięć
  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)