Skip to content

Commit 90577e3

Browse files
authored
fix(docs): typo in TOML snippet & incorrect compiler crate name (#925)
1 parent 406864a commit 90577e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/external/src/guides/debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ digest = '0x3cff5b58a573dc9d25fd3c57130cc57e5b1b381dc58b5ae3594b390c59835e63'
9090
values = [1, 2, 3, 4]
9191

9292
[[inputs.advice.map]]
93-
digest = '0x20234ee941e53a15886e733cc8e041198c6e90d2a16ea18ce1030e8c3596dd38''
93+
digest = '0x20234ee941e53a15886e733cc8e041198c6e90d2a16ea18ce1030e8c3596dd38'
9494
values = [5, 6, 7, 8]
9595
```
9696

docs/external/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The compiler toolchain consists of the following primary components:
3535
read-only data. In the future we intend to support more variety in the structure of Wasm modules
3636
we accept, but for the time being we're primarily focused on using this as the path for lowering
3737
Rust to Miden.
38-
- The compiler driver, in the form of the `midenc` executable, and a Rust crate, `midenc-compiler`
38+
- The compiler driver, in the form of the `midenc` executable, and a Rust crate, `midenc-compile`
3939
to allow integrating the compiler into other tools. This plays the same role as `rustc` does in
4040
the Rust ecosystem.
4141
- A Cargo extension, `cargo-miden`, that provides a convenient developer experience for creating

0 commit comments

Comments
 (0)