diff --git a/docs/BasicInformExtrasKit/S-act.html b/docs/BasicInformExtrasKit/S-act.html index 63eb9c37c..98b7a149c 100644 --- a/docs/BasicInformExtrasKit/S-act.html +++ b/docs/BasicInformExtrasKit/S-act.html @@ -188,7 +188,7 @@ simple routine, but some are run by calling the three subroutines independently. MStack_DestroyAVVars(A); return rv; } - return RunTimeProblem(RTP_CANTABANDON); + return RunTimeProblem(RTP_CANTEND); ];

§10. Abandon. For (very) rare cases where an activity must be abandoned midway; such an @@ -203,7 +203,7 @@ activity must be being run by calling the three stages individually, and MStack_DestroyAVVars(A); return; } - return RunTimeProblem(RTP_CANTEND); + return RunTimeProblem(RTP_CANTABANDON); ];