Skip to content

Commit

Permalink
chore: make function comment match function name (#3081)
Browse files Browse the repository at this point in the history
Signed-off-by: tongjicoder <tongjicoder@icloud.com>
  • Loading branch information
tongjicoder committed Jun 16, 2024
1 parent b62c60c commit 0dd670f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func GetOrchestratorInfo(ctx context.Context, bcast common.Broadcaster, orchestr
return r, nil
}

// EndSession - the broadcaster calls EndTranscodingSession to tear down sessions used for verification only once
// EndTranscodingSession - the broadcaster calls EndTranscodingSession to tear down sessions used for verification only once
func EndTranscodingSession(ctx context.Context, sess *BroadcastSession) error {
uri, err := url.Parse(sess.Transcoder())
if err != nil {
Expand Down

0 comments on commit 0dd670f

Please sign in to comment.