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 @@ -625,8 +625,8 @@ pub struct CallReducerParams {
625625}
626626
627627impl 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
674674impl 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 ,
You can’t perform that action at this time.
0 commit comments