Skip to content

Commit f153b4f

Browse files
Merge pull request #14 from rabbitmq/internals-13
Fixed typo in networking document to reference boot_tcp and boot_ssl.
2 parents 14c87e6 + 667d13b commit f153b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: networking_and_connections.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Every protocol supported usually has 1 or 2 listeners:
4444
Listeners are collected from config file sections of RabbitMQ core
4545
and plugins that provide protocol support (e.g. STOMP).
4646

47-
`rabbit_networking:boot_tcp/0` and `rabbit_networking:boot_tcp/0` start plain TCP and
47+
`rabbit_networking:boot_tcp/0` and `rabbit_networking:boot_ssl/0` start plain TCP and
4848
TLS listeners, respectively.
4949

5050

0 commit comments

Comments
 (0)