Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Bushmin <[email protected]>
  • Loading branch information
gavv and ortex committed Jun 11, 2024
1 parent af08d3a commit 07933d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roc/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func OpenContext(config ContextConfig) (ctx *Context, err error) {
// Register custom encoding.
//
// Registers encoding with given encodingID. Registered encodings complement
// built-in encodings defined by \ref roc_packet_encoding enum. Whenever you need to
// built-in encodings defined by PacketEncoding enum. Whenever you need to
// specify packet encoding, you can use both built-in and registered encodings.
//
// On sender, you should register custom encoding and set to PacketEncoding field
Expand Down

0 comments on commit 07933d7

Please sign in to comment.