diff options
| author | Ronald Weber <[email protected]> | 2025-02-19 17:29:21 +0100 |
|---|---|---|
| committer | Ronald Weber <[email protected]> | 2025-02-19 17:29:21 +0100 |
| commit | 7a2f038800e336f4b823afca9d3eb2e70e90b1e0 (patch) | |
| tree | 7c67c137b45e98d687c30ffad1a00f186cbef640 /docs/pages | |
| parent | a1e75841f8940153ef8e0fdb38d6c8ba7322edb9 (diff) | |
doc: Fix "the the"
Diffstat (limited to 'docs/pages')
| -rw-r--r-- | docs/pages/new_project.adoc | 2 |
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 | |||
| 109 | embassy-stm32 = { git = "https://github.com/embassy-rs/embassy", rev = "7703f47c1ecac029f603033b7977d9a2becef48c" } | 109 | embassy-stm32 = { git = "https://github.com/embassy-rs/embassy", rev = "7703f47c1ecac029f603033b7977d9a2becef48c" } |
| 110 | ---- | 110 | ---- |
| 111 | 111 | ||
| 112 | There 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`: | 112 | There 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 | ---- |
