Skip to content

Commit 19135b2

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

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
@@ -86,7 +86,7 @@ where
8686
self.common.get_connection_status()
8787
}
8888

89-
/// Sets 1 or 2 DNS servers that will be contacted for hostname resolution.
89+
/// Sets 1 or 2 DNS servers that are used for network hostname resolution.
9090
pub fn set_dns(&mut self, dns1: IpAddress, dns2: Option<IpAddress>) -> Result<(), Error> {
9191
self.common.set_dns(dns1, dns2)
9292
}

0 commit comments

Comments
 (0)