Skip to content

Commit 285f70a

Browse files
committed
[core] update some module docs
1 parent 4ca4083 commit 285f70a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

core/src/env2/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Provides the public raw interface towards the host Wasm engine.
1+
//! The public raw interface towards the host Wasm engine.
22
//!
33
//! # Note
44
//!

core/src/env2/call/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
//! Utilities to call or instantiate contracts on the chain.
16+
1517
mod builder;
1618
mod create;
1719
mod utils;

0 commit comments

Comments
 (0)