diff --git a/internal/workflow.go b/internal/workflow.go index fff170027..12c2c972e 100644 --- a/internal/workflow.go +++ b/internal/workflow.go @@ -68,8 +68,8 @@ var ( type ( // commonChannel contains methods common to both SendChannel and ReceiveChannel commonChannel interface { - // Name returns the name of the channel. - // If the channel was retrieved from a GetSignalChannel call, Name returns the signal name. + // Name returns the name of the Channel. + // If the Channel was retrieved from a GetSignalChannel call, Name returns the signal name. // // A Channel created without an explicit name will use a generated name by the SDK and // is not deterministic.