aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/gun.flush.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.flush.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.flush.asciidoc')
-rw-r--r--doc/src/manual/gun.flush.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/gun.flush.asciidoc b/doc/src/manual/gun.flush.asciidoc
index b6424a9..d4ee0c6 100644
--- a/doc/src/manual/gun.flush.asciidoc
+++ b/doc/src/manual/gun.flush.asciidoc
@@ -12,7 +12,7 @@ flush(ConnPid) -> ok
flush(StreamRef) -> ok
ConnPid :: pid()
-StreamRef :: reference()
+StreamRef :: gun:stream_ref()
----
Flush all messages related to a connection or a stream.