Skip to content

Commit 85a2465

Browse files
calebbourgjhodapp
andauthored
Update esp32-wroom-rp/src/spi.rs
Co-authored-by: Jim Hodapp <james.hodapp@gmail.com>
1 parent fda032d commit 85a2465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32-wroom-rp/src/spi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ where
9191
self.common.set_dns(dns1, dns2)
9292
}
9393

94-
/// Attempts the given hostname to an IP address using server(s) set by [set_dns].
94+
/// Queries the DNS server(s) provided via [set_dns] for the associated IP address to the provided hostname.
9595
pub fn resolve(&mut self, hostname: &str) -> Result<IpAddress, Error> {
9696
self.common.resolve(hostname)
9797
}

0 commit comments

Comments
 (0)