Skip to content

Commit 07933d7

Browse files
gavvortex
andcommitted
Fix comment
Co-authored-by: Andrey Bushmin <[email protected]>
1 parent af08d3a commit 07933d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roc/context.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func OpenContext(config ContextConfig) (ctx *Context, err error) {
7373
// Register custom encoding.
7474
//
7575
// Registers encoding with given encodingID. Registered encodings complement
76-
// built-in encodings defined by \ref roc_packet_encoding enum. Whenever you need to
76+
// built-in encodings defined by PacketEncoding enum. Whenever you need to
7777
// specify packet encoding, you can use both built-in and registered encodings.
7878
//
7979
// On sender, you should register custom encoding and set to PacketEncoding field

0 commit comments

Comments
 (0)