Skip to content

Commit 4ac39e5

Browse files
committed
tweak docs of ::from_system functions
1 parent 3fa9650 commit 4ac39e5

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
@@ -625,8 +625,8 @@ pub struct CallReducerParams {
625625
}
626626

627627
impl CallReducerParams {
628-
/// Returns a set of parameters for a call that came from within
629-
/// and without a client/caller/request_id.
628+
/// Returns a set of parameters for an internal call
629+
/// without a client/caller/request_id.
630630
pub fn from_system(
631631
timestamp: Timestamp,
632632
caller_identity: Identity,
@@ -672,8 +672,8 @@ pub struct CallProcedureParams {
672672
}
673673

674674
impl CallProcedureParams {
675-
/// Returns a set of parameters for a call that came from within
676-
/// and without a client/caller/request_id.
675+
/// Returns a set of parameters for an internal call
676+
/// without a client/caller/request_id.
677677
pub fn from_system(
678678
timestamp: Timestamp,
679679
caller_identity: Identity,

0 commit comments

Comments
 (0)