Skip to content

Commit 7a7d9b8

Browse files
committed
Removes redundunt sentence
1 parent bcc1c6b commit 7a7d9b8

File tree

1 file changed

+4
-5
lines changed
  • docs/sources/next/javascript-api/k6-net-grpc/stream

1 file changed

+4
-5
lines changed

docs/sources/next/javascript-api/k6-net-grpc/stream/_index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ weight: 30
88

99
Using a gRPC client creates a stream. The client should be connected to the server (`client.connect` called) before creating a stream.
1010

11-
| Method | Description |
12-
| ----------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
13-
Using a gRPC client creates a stream.
14-
| [Stream.write(message)](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-net-grpc/stream/stream-write) | Writes a message to the stream. |
11+
| Method | Description |
12+
| ----------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
13+
| [Stream.write(message)](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-net-grpc/stream/stream-write) | Writes a message to the stream. |
1514
| [Stream.on(event, handler)](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-net-grpc/stream/stream-on) | Sets up handler functions for various events on the gRPC stream. |
16-
| [Stream.end()](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-net-grpc/stream/stream-end) | Signals to the server that the client has finished sending. |
15+
| [Stream.end()](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-net-grpc/stream/stream-end) | Signals to the server that the client has finished sending. |
1716

1817
### Examples
1918

0 commit comments

Comments
 (0)