aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api/stream.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/api/stream.md')
-rw-r--r--docs/ref/api/stream.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/api/stream.md b/docs/ref/api/stream.md
index 37275c93..b44593d2 100644
--- a/docs/ref/api/stream.md
+++ b/docs/ref/api/stream.md
@@ -15,7 +15,7 @@ Scalability Protocols, in a way that is both portable and agnostic about the spe
## Stream Type
```c
-typedef struct nng_stream nng_stream`
+typedef struct nng_stream nng_stream
```
The base {{i:`nng_stream`}} type represents a bidirectional, byte-oriented, reliable connection.