Skip to content

Commit

Permalink
✏️ zb: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elmarco committed Feb 1, 2024
1 parent 43f9ca1 commit 2e06650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zbus/src/connection/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ impl<'a> Builder<'a> {
}

async fn stream_for_target(&mut self) -> Result<BoxedSplit> {
// SAFETY: `self.target` is always `Some` from the beginning and this methos is only called
// SAFETY: `self.target` is always `Some` from the beginning and this method is only called
// once.
Ok(match self.target.take().unwrap() {
#[cfg(not(feature = "tokio"))]
Expand Down

0 comments on commit 2e06650

Please sign in to comment.