Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ttlajus committed Aug 4, 2022
1 parent 17674fc commit b470b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
//! - bencode parsing/encoding (i.e. "bencoding/bdecoding") => [`BencodeElem`]
//! - torrent parsing/encoding (based on [`BencodeElem`]) => [`Torrent`]
//! - torrent creation => [`TorrentBuilder`]
//! - tracker response parsing => [`tracker`] [experimental]
//! - tracker response parsing => [`tracker`] \[experimental\]
//!
//! # *Correctness*
//! [`lava_torrent`] is written without using any existing parser or parser generator.
Expand Down
2 changes: 1 addition & 1 deletion src/tracker/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! [Experimental] Module containing structs for tracker responses.
//! \[Experimental\] Module containing structs for tracker responses.
//!
//! These structs are provided only for user convenience. Since they
//! are experimental, they might be removed or replaced in the future.
Expand Down

0 comments on commit b470b43

Please sign in to comment.