File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -618,8 +618,8 @@ pub struct CallReducerParams {
618618}
619619
620620impl 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
667667impl 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 ,
You can’t perform that action at this time.
0 commit comments