aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/parc/algol/parc_JSONArray.h
diff options
context:
space:
mode:
Diffstat (limited to 'libparc/parc/algol/parc_JSONArray.h')
-rwxr-xr-xlibparc/parc/algol/parc_JSONArray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libparc/parc/algol/parc_JSONArray.h b/libparc/parc/algol/parc_JSONArray.h
index 32fa9817..7b322867 100755
--- a/libparc/parc/algol/parc_JSONArray.h
+++ b/libparc/parc/algol/parc_JSONArray.h
@@ -95,7 +95,7 @@ void parcJSONArray_Release(PARCJSONArray **arrayPtr);
/**
* Assert that an instance of `PARCJSONArray` is valid.
*
- * If the instance is not valid, terminate via {@link trapIllegalValue}
+ * If the instance is not valid, terminate via {@link parcTrapIllegalValue}
*
* Valid means the internal state of the type is consistent with its required current or future behaviour.
* This may include the validation of internal instances of types.