Skip to content

Commit bd0ee46

Browse files
authored
clarified the lib.rs is in src directory
1 parent 662f181 commit bd0ee46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/password.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ And install a couple dependencies:
5555
cargo add chia-wallet-sdk anyhow
5656
```
5757

58-
Clear the contents of `lib.rs` and define the curried argument type and solution type for the puzzle as structs:
58+
Clear the contents of `lib.rs` in the `src` directory, and define the curried argument type and solution type for the puzzle as structs:
5959

6060
```rust
6161
use chia_wallet_sdk::prelude::*;

0 commit comments

Comments
 (0)