aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/src
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-net/src')
-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