Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 82c7f18

Browse files
authored
minor doc comment fix in lib.rs
As seen in https://docs.rs/rtcp/0.6.4/rtcp/index.html The decode/encode code samples both do not have a closing set of backticks. This adds them.
1 parent 5eccbdf commit 82c7f18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//! .as_any()
2929
//! .downcast_ref::<Goodbye>(){}
3030
//! ....
31-
//!
31+
//!```
3232
//!
3333
//! Encoding RTCP packets:
3434
//!```nobuild
@@ -39,6 +39,7 @@
3939
//!
4040
//! let pli_data = pkt.marshal().unwrap();
4141
//! // ...
42+
//!```
4243
4344
pub mod compound_packet;
4445
mod error;

0 commit comments

Comments
 (0)