aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/parc/algol/parc_Deque.h
diff options
context:
space:
mode:
Diffstat (limited to 'libparc/parc/algol/parc_Deque.h')
-rwxr-xr-xlibparc/parc/algol/parc_Deque.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libparc/parc/algol/parc_Deque.h b/libparc/parc/algol/parc_Deque.h
index 3e11e845..57dd39b1 100755
--- a/libparc/parc/algol/parc_Deque.h
+++ b/libparc/parc/algol/parc_Deque.h
@@ -282,7 +282,7 @@ bool parcDeque_IsEmpty(const PARCDeque *deque);
* @param [in] deque A pointer to a `PARCDeque` instance.
* @param [in] index The index of the element to be retrieved.
*
- * @throws `trapOutOfBounds`
+ * @throws `parcTrapOutOfBounds`
*
* Example:
* @code