Skip to content

Commit c305fd8

Browse files
committed
Fix Rust doc
1 parent bbe3dbf commit c305fd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/rust.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ autogen/LambdaBuffers/Document.hs
6262
autogen/build.json
6363
```
6464

65-
As we can see the `autogen` directory has been created that contains the generated Haskell modules.
66-
Note the `autogen/build.json` file as it contains all the necessary Hackage dependencies the generated module needs in order to be properly compiled by GHC.
65+
As we can see the `autogen` directory has been created that contains the generated Rust modules.
66+
Note the `autogen/build.json` file as it contains all the necessary Cargo dependencies the generated module needs in order to be properly compiled by Rust.
6767

68-
The outputted Haskell module in `autogen/document.rs`:
68+
The outputted Rust module in `autogen/document.rs`:
6969

7070
```rust
7171
#![no_implicit_prelude]

0 commit comments

Comments
 (0)