aboutsummaryrefslogtreecommitdiff
path: root/src/endpoint.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/endpoint.rs')
-rw-r--r--src/endpoint.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/endpoint.rs b/src/endpoint.rs
index 588f7e3..a402fec 100644
--- a/src/endpoint.rs
+++ b/src/endpoint.rs
@@ -110,8 +110,8 @@ where
/// Call this endpoint on a remote node (or on the local node,
/// for that matter). This function invokes the full version that
- /// allows to attach a streaming body to the request and to
- /// receive such a body attached to the response.
+ /// allows to attach a stream to the request and to
+ /// receive such a stream attached to the response.
pub async fn call_streaming<T>(
&self,
target: &NodeID,