Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
liamkinne committed Sep 5, 2024
1 parent 25a8236 commit c6af893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ where
}
}

/// Set destination net ID.
/// Set destination address.
pub async fn destination_address(&mut self, address: u8) -> Result<(), Error<(), W::Error>> {
let mut buf = [0; 224];
let size = command(
Expand Down

0 comments on commit c6af893

Please sign in to comment.