summaryrefslogtreecommitdiffhomepage
path: root/docs/cstack_api.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cstack_api.md')
-rw-r--r--docs/cstack_api.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/cstack_api.md b/docs/cstack_api.md
index bf707d83..7f0c1636 100644
--- a/docs/cstack_api.md
+++ b/docs/cstack_api.md
@@ -1,6 +1,7 @@
# Container [cstack](../stc/cstack.h): Stack
-This describes the API of the queue type **cstack**.
+This describes the API of the stack type **cstack**.
+See [std::stack](https://en.cppreference.com/w/cpp/container/stack) for a similar c++ class.
## Declaration