Skip to content

Commit ac7339a

Browse files
committed
update docs
1 parent e617acd commit ac7339a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/docs/options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Stream interval duration. Spread stream sends by given amount. Only applies to c
249249

250250
Maximum stream call duration. For client streaming and bidi calls, we'll send messages until this duration expires.
251251

252-
For server streaming calls we will receive message until the duration has expired. Note that in streaming calls the cancellation will result in call cancelled error.
252+
For server streaming calls we will receive message until the duration has expired. Note that in server streaming calls the cancellation will result in call cancelled error.
253253

254254
Example: `500ms`.
255255

@@ -261,7 +261,7 @@ If the data array contains more elements than the count, only data up to the num
261261

262262
If the data array contains fewer elements than the count specified, all the data will be iterated over repeatedly until count limit is reached.
263263

264-
For server streaming calls we will receive message until the specified count is reached. Note that in streaming calls the cancellation will result in call cancelled error.
264+
For server streaming calls we will receive message until the specified count is reached. Note that in server streaming calls the cancellation will result in call cancelled error.
265265

266266
Examples:
267267

0 commit comments

Comments
 (0)