From 55dce8f67962f1ce0be3be617c9dededf702b89a Mon Sep 17 00:00:00 2001 From: Hack666r Date: Tue, 31 Dec 2024 17:50:26 +0100 Subject: [PATCH] typo fix addresses.rs --- packages/std/src/addresses.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/std/src/addresses.rs b/packages/std/src/addresses.rs index d23c5b1aa3..919b1a77db 100644 --- a/packages/std/src/addresses.rs +++ b/packages/std/src/addresses.rs @@ -272,7 +272,7 @@ impl fmt::Display for Instantiate2AddressError { /// cannot be pre-computed as it contains inputs from the chain's state at the time of /// message execution. /// -/// The predicable address format of instantiate2 is stable. But bear in mind this is +/// The predictable address format of instantiate2 is stable. But bear in mind this is /// a powerful tool that requires multiple software components to work together smoothly. /// It should be used carefully and tested thoroughly to avoid the loss of funds. ///