aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-09-14 14:10:21 +0000
committerGitHub <[email protected]>2023-09-14 14:10:21 +0000
commit85a9f5816f0157894ef2a940dadab6557e284c20 (patch)
tree477d41c21d37dfd2adf5f58e09cd8812fd74c621
parentb118c4cc1b4f69ff28ce15762135a5276bc738e9 (diff)
parent7bcc7e89620c5aac197207bb6d646e0e19ff6972 (diff)
Merge pull request #1901 from FuzzyLitchi/patch-1
Fix doc typo
-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