diff --git a/soroban-sdk/src/env.rs b/soroban-sdk/src/env.rs index 9d10dadf1..6dfacd183 100644 --- a/soroban-sdk/src/env.rs +++ b/soroban-sdk/src/env.rs @@ -254,7 +254,7 @@ struct EnvTestState { pub struct EnvTestConfig { /// Capture a test snapshot when the Env is dropped, causing a test snapshot /// JSON file to be written to disk when the Env is no longer referenced. - /// Defaults to `true``. + /// Defaults to `true`. pub capture_snapshot_at_drop: bool, /// When `true` enables detailed per-invocation resource and fee estimation, /// accessible via `env.cost_estimate()`.