aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/gun.data.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-11-12 11:25:33 +0100
committerLoïc Hoguin <[email protected]>2020-11-12 11:25:33 +0100
commit01eb4636f7a25ccdd3099629cb0d580ee8688dcc (patch)
tree58bfdaebe56bc2aef594858c271768f25a1cfb14 /doc/src/manual/gun.data.asciidoc
parent24f217ee8a45fbc89d4a7615dd0bd360fc839708 (diff)
downloadgun-01eb4636f7a25ccdd3099629cb0d580ee8688dcc.tar.gz
gun-01eb4636f7a25ccdd3099629cb0d580ee8688dcc.tar.bz2
gun-01eb4636f7a25ccdd3099629cb0d580ee8688dcc.zip
Use gun:stream_ref() where applicable
Diffstat (limited to 'doc/src/manual/gun.data.asciidoc')
-rw-r--r--doc/src/manual/gun.data.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/gun.data.asciidoc b/doc/src/manual/gun.data.asciidoc
index 08387b7..44bae36 100644
--- a/doc/src/manual/gun.data.asciidoc
+++ b/doc/src/manual/gun.data.asciidoc
@@ -11,7 +11,7 @@ gun:data - Stream the body of a request
data(ConnPid, StreamRef, IsFin, Data) -> ok
ConnPid :: pid()
-StreamRef :: reference()
+StreamRef :: gun:stream_ref()
IsFin :: fin | nofin
Data :: iodata()
----