Skip to content

Commit

Permalink
Fix text of message_info documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed May 31, 2024
1 parent 55426eb commit 1289238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/std/src/testing/message_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ use crate::{Addr, Coin, MessageInfo};

/// A constructor function for [`MessageInfo`].
///
/// This is optimized for writing testing contract. It
/// lives in `cosmwasm_std::testing` because constructing MessageInfo
/// This is designed for writing contract tests.
/// It lives in `cosmwasm_std::testing` because constructing MessageInfo
/// objects is not something that you usually need in contract code.
///
/// ## Examples
Expand Down

0 comments on commit 1289238

Please sign in to comment.