From 1f7a4c4162405c90bcfa830c787e1bb8c64172d3 Mon Sep 17 00:00:00 2001 From: agureev Date: Mon, 10 Aug 2026 12:32:57 +0400 Subject: [PATCH] doc: fix typo --- .../src/privacy_preserving_transaction/circuit/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lee/state_machine/src/privacy_preserving_transaction/circuit/tests.rs b/lee/state_machine/src/privacy_preserving_transaction/circuit/tests.rs index c2129fb9..299ebcd8 100644 --- a/lee/state_machine/src/privacy_preserving_transaction/circuit/tests.rs +++ b/lee/state_machine/src/privacy_preserving_transaction/circuit/tests.rs @@ -849,7 +849,7 @@ fn regular_update_with_wrong_ask_nsk_is_rejected() { assert!(matches!(result, Err(LeeError::CircuitProvingError(_)))); } -/// An `ask` tthat does not derive this account's `npk` is not a credential for it. +/// An `ask` that does not derive this account's `npk` is not a credential for it. #[test] fn regular_init_with_non_chaining_ask_npk_is_rejected() { let program = crate::test_methods::claimer();