aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRonald Weber <[email protected]>2025-02-19 17:29:21 +0100
committerRonald Weber <[email protected]>2025-02-19 17:29:21 +0100
commit7a2f038800e336f4b823afca9d3eb2e70e90b1e0 (patch)
tree7c67c137b45e98d687c30ffad1a00f186cbef640 /docs
parenta1e75841f8940153ef8e0fdb38d6c8ba7322edb9 (diff)
doc: Fix "the the"
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/new_project.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/new_project.adoc b/docs/pages/new_project.adoc
index 63340016b..af1cb75c5 100644
--- a/docs/pages/new_project.adoc
+++ b/docs/pages/new_project.adoc
@@ -109,7 +109,7 @@ embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "7703f
109embassy-stm32 = { git = "https://github.com/embassy-rs/embassy", rev = "7703f47c1ecac029f603033b7977d9a2becef48c" } 109embassy-stm32 = { git = "https://github.com/embassy-rs/embassy", rev = "7703f47c1ecac029f603033b7977d9a2becef48c" }
110---- 110----
111 111
112There are a few other dependencies we need to build the project, but fortunately they’re much simpler to install. Copy their lines from the example `Cargo.toml` to the the `[dependencies]` section in the new `Cargo.toml`: 112There are a few other dependencies we need to build the project, but fortunately they’re much simpler to install. Copy their lines from the example `Cargo.toml` to the `[dependencies]` section in the new `Cargo.toml`:
113 113
114[source,toml] 114[source,toml]
115---- 115----