aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-02-19 18:01:26 +0100
committerGitHub <[email protected]>2025-02-19 18:01:26 +0100
commit2e7a2b61275d70d7d09cb676490e2cba4d2bde3f (patch)
tree7c67c137b45e98d687c30ffad1a00f186cbef640 /docs
parenta1e75841f8940153ef8e0fdb38d6c8ba7322edb9 (diff)
parent7a2f038800e336f4b823afca9d3eb2e70e90b1e0 (diff)
Merge pull request #3903 from rxwb/fix-the-the
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----