Skip to content

Commit

Permalink
Fix sdkFlag typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Mar 16, 2023
1 parent de4a037 commit cff88ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/internal_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cff88ea

Please sign in to comment.