Skip to content

Commit

Permalink
fix comment s/e.g./i.e./
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycoppola committed Jan 28, 2022
1 parent 1f49ee5 commit f352b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clarity_vm/clarity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ use types::chainstate::BurnchainHeaderHash;

/// This struct is used to map the context at a point in time to concrete limits on block
/// length and execution run-time. This allows the user to either:
/// 1) use default production settings, e.g., read the block limits from the StacksEpoch
/// 1) use default production settings, i.e., read the block limits from the StacksEpoch
/// 2) override defaults with special settings to make a tool, e.g., the mempool analyzer
/// 3) override defaults with special settings for test.
/// Note: We use a simple interface that can be expanded over time if necessary.
Expand Down

0 comments on commit f352b79

Please sign in to comment.