Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexD10S committed Jun 10, 2024
1 parent 0bec4fc commit 033d168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pop-contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Build an existing Smart Contract:
use pop_contracts::build_smart_contract;

let contract_path = ...;
let build_release = true; // True to build the contract in release mode, fasle in debug mode
let build_release = true; // Set to True for release mode, False for debug mode.
build_smart_contract(&contract_path, build_release)?;
```

Expand Down

0 comments on commit 033d168

Please sign in to comment.