Skip to content

Commit 484f9b2

Browse files
committed
tweak docs of ::from_system functions
1 parent 0e9f2a4 commit 484f9b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/core/src/host/module_host.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,8 @@ pub struct CallReducerParams {
618618
}
619619

620620
impl CallReducerParams {
621-
/// Returns a set of parameters for a call that came from within
622-
/// and without a client/caller/request_id.
621+
/// Returns a set of parameters for an internal call
622+
/// without a client/caller/request_id.
623623
pub fn from_system(
624624
timestamp: Timestamp,
625625
caller_identity: Identity,
@@ -665,8 +665,8 @@ pub struct CallProcedureParams {
665665
}
666666

667667
impl CallProcedureParams {
668-
/// Returns a set of parameters for a call that came from within
669-
/// and without a client/caller/request_id.
668+
/// Returns a set of parameters for an internal call
669+
/// without a client/caller/request_id.
670670
pub fn from_system(
671671
timestamp: Timestamp,
672672
caller_identity: Identity,

0 commit comments

Comments
 (0)