aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-12-31 14:55:42 -0800
committerGarrett D'Amore <garrett@damore.org>2024-12-31 14:55:42 -0800
commit4a8bb5878cd5fb0aae7dad1877c77ac328f4e756 (patch)
tree78622e16301b2b7120dc23fdd98b98d3be109547
parentf0cf75a487aff2ecaeda290b51d77c4e8cccb061 (diff)
downloadnng-4a8bb5878cd5fb0aae7dad1877c77ac328f4e756.tar.gz
nng-4a8bb5878cd5fb0aae7dad1877c77ac328f4e756.tar.bz2
nng-4a8bb5878cd5fb0aae7dad1877c77ac328f4e756.zip
docs: remove stray backtick
-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.