Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Dec 17, 2024
1 parent 7ee4aca commit ab13d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soroban-sdk/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()`.
Expand Down

0 comments on commit ab13d81

Please sign in to comment.