diff --git a/internal/internal_flags.go b/internal/internal_flags.go index 128c30f69..898861b1d 100644 --- a/internal/internal_flags.go +++ b/internal/internal_flags.go @@ -37,7 +37,7 @@ const ( // LimitChangeVersionSASize will limit the search attribute size of TemporalChangeVersion to 2048 when // calling GetVersion. If the limit is exceeded the search attribute is not updated. SDKFlagLimitChangeVersionSASize = 1 - // LimitChangeVersionSASize return errors to child workflow execution future if the child workflow would + // SDKFlagChildWorkflowErrorExecution return errors to child workflow execution future if the child workflow would // fail in the synchronous path. SDKFlagChildWorkflowErrorExecution = 2 SDKFlagUnknown = math.MaxUint32