Skip to content

Commit

Permalink
update use of word channel to be captialized for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
bentveljanzx authored and Quinn-With-Two-Ns committed Jul 8, 2024
1 parent d1a25da commit eb6ac13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eb6ac13

Please sign in to comment.