Skip to content

Commit

Permalink
docs(decoder): convert comment to doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
suchapalaver committed Nov 29, 2024
1 parent d77dcab commit c3da2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/flat-files-decoder/src/dbin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl DbinFile {
}
}

// implement iterator for DbinFile so that we can iterate over the messages
/// implement iterator for DbinFile so that we can iterate over the messages
impl IntoIterator for DbinFile {
type Item = Vec<u8>;
type IntoIter = std::vec::IntoIter<Self::Item>;
Expand Down

0 comments on commit c3da2ac

Please sign in to comment.