Skip to content

Commit 2a96270

Browse files
committed
DNS: fix typo in readme
1 parent 0ca4c03 commit 2a96270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dns/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ All features are disabled by default.
5353
* `embedded-hal`: Passthrough to [w5500-hl].
5454
* `std`: Passthrough to [w5500-hl].
5555
* `defmt`: Enable logging with `defmt`. Also a passthrough to [w5500-hl].
56-
* `log`: Enable logging with `log`..
56+
* `log`: Enable logging with `log`.
5757

5858
[w5500-hl]: https://crates.io/crates/w5500-hl
5959
[`std::net`]: https://doc.rust-lang.org/std/net/index.html

dns/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
//! * `embedded-hal`: Passthrough to [w5500-hl].
5555
//! * `std`: Passthrough to [w5500-hl].
5656
//! * `defmt`: Enable logging with `defmt`. Also a passthrough to [w5500-hl].
57-
//! * `log`: Enable logging with `log`..
57+
//! * `log`: Enable logging with `log`.
5858
//!
5959
//! [w5500-hl]: https://crates.io/crates/w5500-hl
6060
//! [`std::net`]: https://doc.rust-lang.org/std/net/index.html

0 commit comments

Comments
 (0)