Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Where:

- `build` (`simplex build` config)
- `src_dir` - The simplicity contracts source directory.
- `simf_files` - A glob pattern incidating which contracts are in scope.
- `simf_files` - A glob pattern indicating which contracts are in scope.
- `out_dir` - The output directory where contracts artifacts are generated.
- `regtest` (`simplex regtest` config)
- `mnemonic` - The signer's mnemonic regtest will send initial funds to.
Expand Down
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WARNING: Formatting in this project is non-standard and unfortunetely `cargo fmt` does not support "out of the box" formatting.
# WARNING: Formatting in this project is non-standard and unfortunately `cargo fmt` does not support "out of the box" formatting.
# Here you can find the closest possible set of settings for `cargo fmt`, but it is not even close to desirable.
# use '+nightly' option for formatting (cargo +nightly fmt)

Expand Down