From d56ce2db128c359909062edf54abc1b259cc4904 Mon Sep 17 00:00:00 2001 From: Himess <95512809+Himess@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:07:31 +0300 Subject: [PATCH] Fix the misspelled word There is a spelling error in the sentence. The word 'non-exhuastive' should be corrected to 'non-exhaustive'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddc3b1f..161f48c 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The library includes client-side utilities for working with proofs and verificat ## Testing -The library includes a non-exhuastive test suite. Run the tests using: +The library includes a non-exhaustive test suite. Run the tests using: ``` cargo test