aboutsummaryrefslogtreecommitdiff
path: root/embassy-net
diff options
context:
space:
mode:
authorPolly <[email protected]>2023-09-14 16:08:37 +0200
committerGitHub <[email protected]>2023-09-14 16:08:37 +0200
commit7bcc7e89620c5aac197207bb6d646e0e19ff6972 (patch)
tree477d41c21d37dfd2adf5f58e09cd8812fd74c621 /embassy-net
parentb118c4cc1b4f69ff28ce15762135a5276bc738e9 (diff)
Fix doc typo
Diffstat (limited to 'embassy-net')
-rw-r--r--embassy-net/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net/src/lib.rs b/embassy-net/src/lib.rs
index de32edc2f..f48d3372e 100644
--- a/embassy-net/src/lib.rs
+++ b/embassy-net/src/lib.rs
@@ -168,7 +168,7 @@ impl Config {
168 } 168 }
169 } 169 }
170 170
171 /// IPv6 configuration with dynamic addressing. 171 /// IPv4 configuration with dynamic addressing.
172 /// 172 ///
173 /// # Example 173 /// # Example
174 /// ```rust 174 /// ```rust