From 9862f9b0b21de4dd4b1b8a7d143012d90f0cb564 Mon Sep 17 00:00:00 2001 From: panditdhamdhere Date: Tue, 24 Mar 2026 22:04:40 +0530 Subject: [PATCH] Fix typos in README and rustfmt config. Correct spelling mistakes in docs/config comments to improve clarity with no behavior change. Made-with: Cursor --- README.md | 2 +- rustfmt.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ef0d6d..edab029 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/rustfmt.toml b/rustfmt.toml index 74b8276..945e584 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -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)