Skip to content

Commit 4263cf9

Browse files
calebbourgjhodapp
andauthored
Update esp32-wroom-rp/src/network.rs
Co-authored-by: Jim Hodapp <james.hodapp@gmail.com>
1 parent 92f5db1 commit 4263cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32-wroom-rp/src/network.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub type IpAddress = [u8; 4];
77
/// WiFi network.
88
#[derive(PartialEq, Eq, Debug)]
99
pub enum NetworkError {
10-
/// Failure to resolve a hostname to an IP address.
10+
/// Failed to resolve a hostname for the provided IP address.
1111
DnsResolveFailed,
1212
}
1313

0 commit comments

Comments
 (0)