Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
fix: deque API doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Feb 16, 2021
1 parent 5b8ab23 commit 87c9d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collections/deque/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> 本次實作的程式碼置於在 [`rust_algorithm_club::collections::Deque`] API 文件中。
[`rust_algorithm_club::Deque`]: /doc/rust_algorithm_club/collections/struct.Deque.html
[`rust_algorithm_club::collections::Deque`]: /doc/rust_algorithm_club/collections/struct.Deque.html
[佇列]: ../queue
[堆疊]: ../stack

Expand Down

0 comments on commit 87c9d7d

Please sign in to comment.