Skip to content

Commit 1289238

Browse files
committed
Fix text of message_info documentation
1 parent 55426eb commit 1289238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/std/src/testing/message_info.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ use crate::{Addr, Coin, MessageInfo};
22

33
/// A constructor function for [`MessageInfo`].
44
///
5-
/// This is optimized for writing testing contract. It
6-
/// lives in `cosmwasm_std::testing` because constructing MessageInfo
5+
/// This is designed for writing contract tests.
6+
/// It lives in `cosmwasm_std::testing` because constructing MessageInfo
77
/// objects is not something that you usually need in contract code.
88
///
99
/// ## Examples

0 commit comments

Comments
 (0)