Skip to content

Commit

Permalink
drivers: udp: client: Fix name
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Sep 7, 2024
1 parent 74f4cc8 commit 4cdd231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/udp/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ impl Driver for UdpClient {
pub struct UdpClientInfo;
impl DriverInfo for UdpClientInfo {
fn name(&self) -> &str {
"UdpServer"
"UdpClient"
}

fn valid_schemes(&self) -> Vec<String> {
Expand Down

0 comments on commit 4cdd231

Please sign in to comment.