Skip to content
Snippets Groups Projects
Commit 87edb389 authored by Nick Mathewson's avatar Nick Mathewson :fire:
Browse files

Small fixes on top of typo fixes

parent 6e04a3b0
No related branches found
No related tags found
No related merge requests found
......@@ -366,7 +366,7 @@ fn advance_to_next_microdesc(reader: &mut NetDocReader<'_, MicrodescKwd>, annota
}
}
/// An iterator that parses one or more (possible annotated)
/// An iterator that parses one or more (possibly annotated)
/// microdescriptors from a string.
#[derive(Debug)]
pub struct MicrodescReader<'a> {
......
......@@ -919,7 +919,7 @@ impl PendingClientCirc {
c.channel.check_match(target)
}
/// Testing only: extract the circuit ID for third pending circuit.
/// Testing only: extract the circuit ID for this pending circuit.
#[cfg(test)]
pub(crate) async fn peek_circid(&self) -> CircId {
let c = self.circ.c.lock().await;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment